修改BindingChannelDialogViewModel页面中KeepAlive=>true

This commit is contained in:
maqiao 2024-02-04 14:39:51 +08:00
parent d6066ef0ca
commit 2b407a60a2
1 changed files with 1 additions and 1 deletions

View File

@ -532,7 +532,7 @@ namespace DM_Weight.ViewModels
}); });
} }
public bool KeepAlive => false; public bool KeepAlive => true;
string message = string.Empty; string message = string.Empty;
private void DoMyPrismEvent(DeviceMsg msg) private void DoMyPrismEvent(DeviceMsg msg)
{ {