コード例 #1
0
ファイル: MySqlProxyConfig.cs プロジェクト: witskeeper/Greedy
        static MySqlProxyConfig()
        {
            var config = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.None);

            MySqlProxyGroup = config.GetSectionGroup("mysqlproxy") as MySqlProxySectionGroup;
            Server          = MySqlProxyGroup.Server;
        }
コード例 #2
0
ファイル: MySqlProxyConfig.cs プロジェクト: BeanHsiang/Greedy
 static MySqlProxyConfig()
 {
     var config = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.None);
     MySqlProxyGroup = config.GetSectionGroup("mysqlproxy") as MySqlProxySectionGroup;
     Server = MySqlProxyGroup.Server;
 }