Inheritance: Rhino.Commands.Command
Beispiel #1
0
 public SelectDevice()
 {
     if (_instance == null)
     {
         _instance = this;
     }
 }
Beispiel #2
0
 public SelectDevice()
 {
     if(_instance==null) _instance = this;
 }