public XOutputGlobalHolder(uint index) { Global = new XOutputGlobal(this); device = new DS3Device(index); device.Open(); device.Plugin(); }