예제 #1
0
		public override void CreateViewModels()
		{
			OPCDevicesViewModel = new OPCDevicesViewModel();
			OPCZonesViewModel = new OPCZonesViewModel();
		}
예제 #2
0
파일: OPCModule.cs 프로젝트: hjlfmy/Rubezh
 public OPCModule()
 {
     OPCDevicesViewModel = new OPCDevicesViewModel();
     OPCZonesViewModel = new OPCZonesViewModel();
     OPCSettingsViewModel = new OPCSettingsViewModel();
 }