修改BindingChannelDialogViewModel页面中KeepAlive=>true
This commit is contained in:
parent
d6066ef0ca
commit
2b407a60a2
|
@ -532,7 +532,7 @@ namespace DM_Weight.ViewModels
|
|||
});
|
||||
}
|
||||
|
||||
public bool KeepAlive => false;
|
||||
public bool KeepAlive => true;
|
||||
string message = string.Empty;
|
||||
private void DoMyPrismEvent(DeviceMsg msg)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue