diff options
author | emkael <emkael@tlen.pl> | 2017-08-23 00:26:01 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-08-23 00:26:01 +0200 |
commit | e22168fba7677b945e9157c4ea5c6812db6ca262 (patch) | |
tree | 3e96b91f2dc9f7476a5925885281ea99a7e18bb6 /Aktywator/MainForm.cs | |
parent | de980e42dd0b0f2baffe260b57dd6ebc4007a6b6 (diff) |
Major settings tab redesignsettings-redesign
Diffstat (limited to 'Aktywator/MainForm.cs')
-rw-r--r-- | Aktywator/MainForm.cs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Aktywator/MainForm.cs b/Aktywator/MainForm.cs index 5b3539e..2ffbbf2 100644 --- a/Aktywator/MainForm.cs +++ b/Aktywator/MainForm.cs @@ -484,5 +484,14 @@ namespace Aktywator } } + private void updateSession_Click(object sender, EventArgs e) + { + if (trySave()) + { + bws.updateSettings(); + MessageBox.Show("Wykonano!", "Settings update", MessageBoxButtons.OK, MessageBoxIcon.Information); + } + } + } } |