Ejemplo n.º 1
0
		static XManager()
		{
			DeviceConfiguration = new XDeviceConfiguration();
			DriversConfiguration = new XDriversConfiguration();
			Delays = new List<XDelay>();
			Pims = new List<XPim>();
		}
Ejemplo n.º 2
0
 static XManager()
 {
     DeviceConfiguration = new XDeviceConfiguration();
     DriversConfiguration = new XDriversConfiguration();
     DeviceStates = new XDeviceConfigurationStates();
 }