C# Class ARUP.IssueTracker.Windows.ProgressWin

Interaction logic for ProgressWin.xaml
Inheritance: System.Windows.Window
Show file Open project: ArupAus/issue-tracker

Public Methods

Method Description
ProgressWin ( ) : System
SetProgress ( int i, string s ) : void

Private Methods

Method Description
Window_Closing ( object sender, System e ) : void
cancelBtn_Click ( object sender, RoutedEventArgs e ) : void

Method Details

ProgressWin() public method

public ProgressWin ( ) : System
return System

SetProgress() public method

public SetProgress ( int i, string s ) : void
i int
s string
return void