Ejemplo n.º 1
0
 public XOutputGlobalHolder(uint index)
 {
     Global = new XOutputGlobal(this);
     device = new DS3Device(index);
     device.Open();
     device.Plugin();
 }
Ejemplo n.º 2
0
 public XOutputGlobalHolder(uint index)
 {
     Global = new XOutputGlobal(this);
     device = new DS3Device(index);
     device.Open();
     device.Plugin();
 }