diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2019-12-13 13:02:08 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2019-12-13 13:02:08 +0200 |
| commit | f1ef8138154ade048b7e2ff0aac31db5594d26b9 (patch) | |
| tree | f40bf7fe6f9d1f35a9edc579e97c40ae13c1c77a /Software/Visual_Studio/PPC | |
| parent | 417462adb19c4489999087d8bb96e91ffeae3e65 (diff) | |
| download | Tango-f1ef8138154ade048b7e2ff0aac31db5594d26b9.tar.gz Tango-f1ef8138154ade048b7e2ff0aac31db5594d26b9.zip | |
Modified DIalogVieVM to allow OK with CanClose = false.
Diffstat (limited to 'Software/Visual_Studio/PPC')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/PowerUpViewVM.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/PowerUpViewVM.cs b/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/PowerUpViewVM.cs index c0ef85bcc..22e489ffa 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/PowerUpViewVM.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/PowerUpViewVM.cs @@ -84,6 +84,7 @@ namespace Tango.PPC.UI.Dialogs public PowerUpViewVM() { RemainingSeconds = 20; + CanClose = false; IsMinimalTemperature = true; IsTimeoutEnabled = true; _timer = new Timer(); |
