Ejemplo n.º 1
0
		public override void CreateViewModels()
		{
			OPCDevicesViewModel = new OPCDevicesViewModel();
			OPCZonesViewModel = new OPCZonesViewModel();
		}
Ejemplo n.º 2
0
 public OPCModule()
 {
     OPCDevicesViewModel = new OPCDevicesViewModel();
     OPCZonesViewModel = new OPCZonesViewModel();
     OPCSettingsViewModel = new OPCSettingsViewModel();
 }