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