Beispiel #1
0
 public StiAsmCommand(StiAsmCommandType type, object parameter)
     : this(type, parameter, null)
 {
 }
Beispiel #2
0
 public StiAsmCommand(StiAsmCommandType type, object parameter1, object parameter2)
 {
     this.Type       = type;
     this.Parameter1 = parameter1;
     this.Parameter2 = parameter2;
 }
Beispiel #3
0
 public StiAsmCommand(StiAsmCommandType type)
     : this(type, null, null)
 {
 }