Пример #1
0
 public VoiceCommand(string command, VoiceDelegate d)
     : this()
 {
     Command = command;
     Delegate = d;
 }
Пример #2
0
 public VoiceCommand(string command, VoiceDelegate d)
     : this()
 {
     Command  = command;
     Delegate = d;
 }