C# Class MegaMan.Editor.Controls.Dialogs.ProgressDialog

Interaction logic for ProgressDialog.xaml
Inheritance: System.Windows.Window
Datei anzeigen Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Public Methods

Method Description
Open ( Progress reporter, Stopwatch stopwatch = null ) : ProgressDialog
ProgressDialog ( ) : System

Method Details

Open() public static method

public static Open ( Progress reporter, Stopwatch stopwatch = null ) : ProgressDialog
reporter Progress
stopwatch Stopwatch
return ProgressDialog

ProgressDialog() public method

public ProgressDialog ( ) : System
return System