C# 클래스 ARUP.IssueTracker.Windows.ProgressWin

Interaction logic for ProgressWin.xaml
상속: System.Windows.Window
파일 보기 프로젝트 열기: ArupAus/issue-tracker

공개 메소드들

메소드 설명
ProgressWin ( ) : System
SetProgress ( int i, string s ) : void

비공개 메소드들

메소드 설명
Window_Closing ( object sender, System e ) : void
cancelBtn_Click ( object sender, RoutedEventArgs e ) : void

메소드 상세

ProgressWin() 공개 메소드

public ProgressWin ( ) : System
리턴 System

SetProgress() 공개 메소드

public SetProgress ( int i, string s ) : void
i int
s string
리턴 void