예제 #1
0
		static CallbackFilter()
		{
			config = (AnthemSection)ConfigurationManager.GetSection("anthem");
			if(config == null) config = new AnthemSection();
		}
예제 #2
0
 static Manager()
 {
     // Load the anthem configuration section if one is present
     config = (AnthemSection)ConfigurationManager.GetSection("anthem");
     if(config == null) config = new AnthemSection();
 }