Inheritance: Rhino.Commands.Command
コード例 #1
0
 public SetDebugOptions()
 {
     if (_gThecommand == null)
     {
         _gThecommand = this;
     }
 }
コード例 #2
0
ファイル: SetDebugOptions.cs プロジェクト: mcneel/RhinoCycles
 public SetDebugOptions()
 {
     if(_gThecommand==null) _gThecommand = this;
 }