상속: Rhino.Commands.Command
예제 #1
0
 public SelectDevice()
 {
     if (_instance == null)
     {
         _instance = this;
     }
 }
예제 #2
0
 public SelectDevice()
 {
     if(_instance==null) _instance = this;
 }