Ejemplo n.º 1
0
 public virtual Shell ClearCommands()
 {
     lock (_lock)
     {
         _container = new ShellCommandsContainer();
     }
     return(this);
 }