| | |
| | | { |
| | | deviceinof = new CommonDevice(); |
| | | } |
| | | actiondevice.deviceNameBtn.Text = LocalDevice.Current.GetDeviceEpointName(deviceinof); |
| | | actiondevice.deviceNameBtn.Text = HdlDeviceCommonLogic.Current.GetDeviceEpointName(deviceinof); |
| | | actiondevice.deviceNameBtn.Visible = true; |
| | | actiondevice.regionNameBtn.Visible = true; |
| | | Method.RoomNmae(actiondevice.regionNameBtn, deviceinof); |
| | |
| | | this.AddChidren(flMain); |
| | | CompleteView completeView = new CompleteView(); |
| | | flMain.AddChidren(completeView.Show(1)); |
| | | // completeView.Btntitle.Text =LocalDevice.Current.GetDeviceEpointName(common); |
| | | // completeView.Btntitle.Text =HdlDeviceCommonLogic.Current.GetDeviceEpointName(common); |
| | | completeView.Btntitle.TextID = MyInternationalizationString.openmode; |
| | | EventHandler<MouseEventArgs> clickcancel = (sender, e) => |
| | | { |