Actions
Bug #232
openMessageBox支持中英文切换(2))
Status:
New
Priority:
Normal
Assignee:
-
Start date:
01/15/2023
Due date:
% Done:
0%
Estimated time:
Updated by yanhua about 2 years ago
存在的问题:
代码有很多弹出对话框都只有中文提示。
参考样例代码如下:
UCXYOrigin.xaml.cs
WinMessageBox messageBox = new WinMessageBox("PointsLess3", "Error", "OK", "Cancel", Visibility.Hidden, MessageBoxImage.Error);
messageBox.ShowDialog();
Actions