Beispiel #1
0
        static MySqlProxyConfig()
        {
            var config = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.None);

            MySqlProxyGroup = config.GetSectionGroup("mysqlproxy") as MySqlProxySectionGroup;
            Server          = MySqlProxyGroup.Server;
        }
Beispiel #2
0
 static MySqlProxyConfig()
 {
     var config = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.None);
     MySqlProxyGroup = config.GetSectionGroup("mysqlproxy") as MySqlProxySectionGroup;
     Server = MySqlProxyGroup.Server;
 }