C# 클래스 StoryTeller.UserInterface.Recycling.BinaryRecyclingDialog

Interaction logic for BinaryRecyclingDialog.xaml
상속: System.Windows.Window, IBinaryRecyclingDialog
파일 보기 프로젝트 열기: adymitruk/storyteller

공개 메소드들

메소드 설명
BinaryRecyclingDialog ( ) : System.Windows
ShowMessage ( string text ) : void
ShowProgress ( int total, int index, string fixtureName ) : void
Start ( ) : void

메소드 상세

BinaryRecyclingDialog() 공개 메소드

public BinaryRecyclingDialog ( ) : System.Windows
리턴 System.Windows

ShowMessage() 공개 메소드

public ShowMessage ( string text ) : void
text string
리턴 void

ShowProgress() 공개 메소드

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

Start() 공개 메소드

public Start ( ) : void
리턴 void