C# Class StoryTeller.UserInterface.Recycling.BinaryRecyclingDialog

Interaction logic for BinaryRecyclingDialog.xaml
Inheritance: System.Windows.Window, IBinaryRecyclingDialog
Afficher le fichier Open project: adymitruk/storyteller

Méthodes publiques

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

Method Details

BinaryRecyclingDialog() public méthode

public BinaryRecyclingDialog ( ) : System.Windows
Résultat System.Windows

ShowMessage() public méthode

public ShowMessage ( string text ) : void
text string
Résultat void

ShowProgress() public méthode

public ShowProgress ( int total, int index, string fixtureName ) : void
total int
index int
fixtureName string
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void