C# Class ATMLCommonLibrary.utils.HourGlass

Inheritance: IDisposable
Show file Open project: UtrsSoftware/ATMLWorkBench

Public Methods

Method Description
Dispose ( ) : void
HourGlass ( ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
SendMessage ( IntPtr hWnd, int msg, IntPtr wp, IntPtr lp ) : IntPtr

Method Details

Dispose() public method

public Dispose ( ) : void
return void

HourGlass() public method

public HourGlass ( ) : System
return System

Start() public static method

public static Start ( ) : void
return void

Stop() public static method

public static Stop ( ) : void
return void