Пример #1
0
 public AlertDictionary()
 {
     foreach (Item item in SiteConfiguration.GetPageEditorAlertsRootItem().Children)
     {
         Add(item["Key"], item["Alert"]);
     }
 }