C# Class XSpect.Yacq.Runner.Model.Code

Inheritance: INotifyPropertyChanged
Datei anzeigen Open project: takeshik/yacq Class Usage Examples

Public Methods

Method Description
Print ( Object obj ) : void
Reset ( ) : void
Run ( ) : void

Private Methods

Method Description
OnPropertyChanged ( String propertyName ) : void
WriteOutput ( String str ) : void

Method Details

Print() public method

public Print ( Object obj ) : void
obj Object
return void

Reset() public method

public Reset ( ) : void
return void

Run() public method

public Run ( ) : void
return void