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