Esempio n. 1
0
 public void ValidateCommand(ConsultTypeOfCommand name)
 {
     if (_lstCommands[name.ToString()] == null)
     {
         _lstCommands.Add(DataSource.Commands[name.ToString()]);
     }
 }
Esempio n. 2
0
 public ConsultCommand GetCommand(ConsultTypeOfCommand name)
 {
     return(DataSource.Commands[name.ToString()]);
 }
Esempio n. 3
0
 public ConsultCommand GetCommand(ConsultTypeOfCommand name)
 {
     return DataSource.Commands[name.ToString()];
 }
Esempio n. 4
0
 public void ValidateCommand(ConsultTypeOfCommand name)
 {
     if (_lstCommands[name.ToString()] == null)
         _lstCommands.Add(DataSource.Commands[name.ToString()]);
 }
Esempio n. 5
0
 public ConsultCommand(ConsultTypeOfCommand name, byte cmd)
 {
     _name    = name;
     _command = cmd;
 }
Esempio n. 6
0
 public ConsultCommand(ConsultTypeOfCommand name, byte cmd)
 {
     _name = name;
     _command = cmd;
 }