Example #1
0
 public static UsbHostDevice GetInstance()
 {
     if (_instance == null)
     {
         _instance = new UsbHostDevice();
     }
     return(_instance);
 }
 public static UsbHostDevice GetInstance()
 {
     if (_instance == null)
         _instance = new UsbHostDevice();
     return _instance;
 }