示例#1
0
 public XOutputGlobalHolder(uint index)
 {
     Global = new XOutputGlobal(this);
     device = new DS3Device(index);
     device.Open();
     device.Plugin();
 }
 public XOutputGlobalHolder(uint index)
 {
     Global = new XOutputGlobal(this);
     device = new DS3Device(index);
     device.Open();
     device.Plugin();
 }