C# Class QSProjectsLib.WaitOperationDlg

Mostrar archivo Open project: QualitySolution/QSProjects Class Usage Examples

Public Methods

Method Description
RunOperationWithDlg ( ThreadStart function, int timeout, string text = "" ) : bool
StartProgressBar ( Thread thread, int seconds ) : bool
WaitOperationDlg ( ) : System

Protected Methods

Method Description
Build ( ) : void

Method Details

Build() protected method

protected Build ( ) : void
return void

RunOperationWithDlg() public static method

public static RunOperationWithDlg ( ThreadStart function, int timeout, string text = "" ) : bool
function ThreadStart
timeout int
text string
return bool

StartProgressBar() public method

public StartProgressBar ( Thread thread, int seconds ) : bool
thread Thread
seconds int
return bool

WaitOperationDlg() public method

public WaitOperationDlg ( ) : System
return System