Inheritance: Rhino.Commands.Command
 public SetRenderOptions()
 {
     if (_gThecommand == null)
     {
         _gThecommand = this;
     }
 }
Example #2
0
 public SetRenderOptions()
 {
     if(_gThecommand==null) _gThecommand = this;
 }