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