C# Class InfoPool, code

Inheritance: INotifyPropertyChanged
Datei anzeigen Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
GetInstance ( ) : InfoPool,
OnPropertyChanged ( PropertyChangedEventArgs, e ) : void

Private Methods

Method Description
InfoPool ( )

Method Details

GetInstance() public static method

public static GetInstance ( ) : InfoPool,
return InfoPool,

OnPropertyChanged() public method

public OnPropertyChanged ( PropertyChangedEventArgs, e ) : void
e PropertyChangedEventArgs,
return void