diff options
author | emkael <emkael@tlen.pl> | 2017-08-22 20:46:40 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-08-22 20:46:40 +0200 |
commit | 1bb11519992d69339943cb20b50fcb7a84769fa7 (patch) | |
tree | 61a2a52e82659fb897e980740c76e2540e359386 /Aktywator/MySQL.cs | |
parent | 4c5ef38bee2cc8f2420ffac0b60dddc02f0589cc (diff) | |
parent | dff9977d85ed30c038c7db4ba14a6a6239f377ed (diff) |
Merge branch 'mysql-settings-flag' into 1.1-beta
Conflicts:
Aktywator.txt
Diffstat (limited to 'Aktywator/MySQL.cs')
-rw-r--r-- | Aktywator/MySQL.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Aktywator/MySQL.cs b/Aktywator/MySQL.cs index 29b90b5..a4d19c2 100644 --- a/Aktywator/MySQL.cs +++ b/Aktywator/MySQL.cs @@ -86,5 +86,6 @@ namespace Aktywator public static string getUser() { return Properties.Settings.Default.USER; } public static string getPass() { return Properties.Settings.Default.PASS; } public static string getPort() { return Properties.Settings.Default.PORT; } + public static bool getConfigured() { return Properties.Settings.Default.CONFIGURED; } } } |