C# Class ARUP.IssueTracker.Windows.ProgressWin

Interaction logic for ProgressWin.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: ArupAus/issue-tracker

Méthodes publiques

Méthode Description
ProgressWin ( ) : System
SetProgress ( int i, string s ) : void

Private Methods

Méthode Description
Window_Closing ( object sender, System e ) : void
cancelBtn_Click ( object sender, RoutedEventArgs e ) : void

Method Details

ProgressWin() public méthode

public ProgressWin ( ) : System
Résultat System

SetProgress() public méthode

public SetProgress ( int i, string s ) : void
i int
s string
Résultat void