summaryrefslogtreecommitdiff
path: root/Aktywator/MySQL.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Aktywator/MySQL.cs')
-rw-r--r--Aktywator/MySQL.cs1
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; }
}
}