Esempio n. 1
0
 protected CmdCommand(string command)
 {
     _commandWrapper = new CommandWrapper(command);
 }