Inheritance: Rhino.Commands.Command
示例#1
0
 public SetDebugOptions()
 {
     if (_gThecommand == null)
     {
         _gThecommand = this;
     }
 }
示例#2
0
 public SetDebugOptions()
 {
     if(_gThecommand==null) _gThecommand = this;
 }