public void Load() { _baseUrl = GetConfValue("baseUrl", null); string projStr = GetConfValue("projects", ""); _projects = projStr.Length > 0 ? projStr.Split(',') : null; // Use the gnome-do framework for retrieving from the keychain _username = prefs.GetSecure("username", ""); _password = prefs.GetSecure("password", ""); }