C# Class Instant.StateChange

Inheritance: Operation
ファイルを表示 Open project: ermau/Instant Class Usage Examples

Public Methods

Method Description
StateChange ( int id, string variable, object value ) : System.Diagnostics
StateChange ( int id, string variable, string value ) : System.Diagnostics

Method Details

StateChange() public method

public StateChange ( int id, string variable, object value ) : System.Diagnostics
id int
variable string
value object
return System.Diagnostics

StateChange() public method

public StateChange ( int id, string variable, string value ) : System.Diagnostics
id int
variable string
value string
return System.Diagnostics