Esempio n. 1
0
 public MacroCommand(Command[] commands, Reciver reciver = null)
     : base(reciver)
 {
     _commands = commands;
 }
Esempio n. 2
0
 public Command(Reciver reciver)
 {
     _reciver = reciver;
 }
Esempio n. 3
0
 public Command_2(Reciver reciver)
     : base(reciver)
 {
 }
Esempio n. 4
0
 public NoCommand(Reciver reciver)
     : base(reciver)
 {
 }