提交代码
This commit is contained in:
@ -125,5 +125,17 @@ namespace 货架标准上位机
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
|
||||
private void CalibrationOffset_Click(object sender, RoutedEventArgs e)
|
||||
{
|
||||
//获取选中得模组
|
||||
var module = viewModel.SelectedataGridItem;
|
||||
#region 弹出输入账号密码的窗口 输入偏移量的功能
|
||||
var window = new CalibrationWindow(module.BoardId,module.Id,module.ModuleCode);
|
||||
window.Owner = Application.Current.MainWindow;
|
||||
window.Topmost = true;
|
||||
window.ShowDialog();
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user