添加换源操作提示
This commit is contained in:
parent
65606c742e
commit
24f08f4d28
@ -51,7 +51,7 @@ using System.Windows;
|
||||
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
|
||||
// 方法是按如下所示使用“*”: :
|
||||
|
||||
[assembly: AssemblyVersion("1.1.0.60822")]
|
||||
[assembly: AssemblyVersion("1.1.0.60824")]
|
||||
[assembly: AssemblyInformationalVersion("MoS2(无EFEM)")]
|
||||
|
||||
|
||||
|
||||
@ -1525,6 +1525,10 @@ namespace SicUI.Models.PMs
|
||||
_windowmanager.ShowDialog(vm);
|
||||
if (!vm.IsCancel)
|
||||
{
|
||||
if (!ShowChoosenDialog($"Make sure the manual valve of the {vm.DialogResult} source bottle is closed "))
|
||||
{
|
||||
return;
|
||||
}
|
||||
InvokeClient.Instance.Service.DoOperation($"{Module}.ExchangeMO", vm.DialogResult);
|
||||
}
|
||||
}
|
||||
|
||||
@ -55,6 +55,6 @@ using System.Windows;
|
||||
// by using the '*' as shown below:
|
||||
|
||||
|
||||
[assembly: AssemblyVersion("1.1.0.60822")]
|
||||
[assembly: AssemblyVersion("1.1.0.60824")]
|
||||
[assembly: AssemblyInformationalVersion("MoS2(无EFEM)")]
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user