|
@@ -154,7 +154,7 @@ namespace CameraModel
|
|
|
//DeviceUserID
|
|
|
_device.Parameters.SetStringValue("DeviceUserID",input1.Text);
|
|
|
ConnentedTimer.Stop();
|
|
|
- LogListBox("型号修改成功," + cbDeviceList.SelectedValue + "=====>" + input1.Text);
|
|
|
+ LogListBox("型号," + cbDeviceList.SelectedValue + "=====>" + _device.DeviceInfo.UserDefinedName);
|
|
|
IsSuccess = true;
|
|
|
if (!devices.ContainsKey(ModelName))
|
|
|
{
|