C# Class StoryTeller.UserInterface.Recycling.BinaryRecyclingDialog

Interaction logic for BinaryRecyclingDialog.xaml
Inheritance: System.Windows.Window, IBinaryRecyclingDialog
Mostra file Open project: adymitruk/storyteller

Public Methods

Method Description
BinaryRecyclingDialog ( ) : System.Windows
ShowMessage ( string text ) : void
ShowProgress ( int total, int index, string fixtureName ) : void
Start ( ) : void

Method Details

BinaryRecyclingDialog() public method

public BinaryRecyclingDialog ( ) : System.Windows
return System.Windows

ShowMessage() public method

public ShowMessage ( string text ) : void
text string
return void

ShowProgress() public method

public ShowProgress ( int total, int index, string fixtureName ) : void
total int
index int
fixtureName string
return void

Start() public method

public Start ( ) : void
return void