예제 #1
0
		static XManager()
		{
			DeviceConfiguration = new XDeviceConfiguration();
			DriversConfiguration = new XDriversConfiguration();
			Delays = new List<XDelay>();
			Pims = new List<XPim>();
		}
예제 #2
0
파일: XManager.cs 프로젝트: hjlfmy/Rubezh
 static XManager()
 {
     DeviceConfiguration = new XDeviceConfiguration();
     DriversConfiguration = new XDriversConfiguration();
     DeviceStates = new XDeviceConfigurationStates();
 }