Example #1
0
 public override void OnParamterChanged(object parameter)
 {
     this.DeviceNodeModel  = parameter as DeviceNodeModel;
     this.DeviceServerInfo = DeviceServerInfoList.Where(x => x.DeviceServerName.Equals(DeviceNodeModel.DeviceServerInfoName)).FirstOrDefault();
 }