diff options
author | emkael <emkael@tlen.pl> | 2017-09-19 19:41:20 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-09-19 19:41:20 +0200 |
commit | 9f8e0908356a7ccdf5fac95aed77a77f7ffa047c (patch) | |
tree | e2a48a64c5ed10a4bc3a6c719480b0c3801d6ce0 /Aktywator/Bws.cs | |
parent | a9f5093df64222395f6b0de21e6afee954c7a9a2 (diff) |
Handling prolonged loading situations in main window UI
Diffstat (limited to 'Aktywator/Bws.cs')
-rw-r--r-- | Aktywator/Bws.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Aktywator/Bws.cs b/Aktywator/Bws.cs index 580b08f..525faa1 100644 --- a/Aktywator/Bws.cs +++ b/Aktywator/Bws.cs @@ -278,6 +278,7 @@ namespace Aktywator public void loadSettings() { + main.startLoading(); if (settings == null) { return; @@ -317,6 +318,7 @@ namespace Aktywator MessageBox.Show("Nie można uzyskać dostępu do pól: \n" + errors.ToString() + ".\nPrawdopodobnie te pola nie istnieją.", "Brakuje pól w tabeli Settings", MessageBoxButtons.OK, MessageBoxIcon.Warning); } + main.stopLoading(); } public void sectionGroupWarning() |