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