예제 #1
0
 void box_PropertyChanged(object sender, PropertyChangedEventArgs e)
 {
     box = (DeviceDataJL900Box)DeviceInUI.Value;
     Dispatcher.BeginInvoke(new Action(updateLabels));
 }
예제 #2
0
 public DeviceJL900(DeviceDataJL900Box box)
     : base(box)
 {
     jl900_box = box;
     fromBoxToDevice((DeviceDataBox_Base)jl900_box);
 }