コード例 #1
0
		static CallbackFilter()
		{
			config = (AnthemSection)ConfigurationManager.GetSection("anthem");
			if(config == null) config = new AnthemSection();
		}
コード例 #2
0
ファイル: Manager.cs プロジェクト: kieranbenton/anthemnxt
 static Manager()
 {
     // Load the anthem configuration section if one is present
     config = (AnthemSection)ConfigurationManager.GetSection("anthem");
     if(config == null) config = new AnthemSection();
 }