Beispiel #1
0
 public LayerContentLoader()
     : base(new string[] { "text/xml" },
            new string[] { ".xml" },
            new int[] { 0 })
 {
     if (guiItemsConfig.Count == 0)
     {
         guiItemsConfig["label"] = new GUIItemType_Config(true, true, true);
         guiItemsConfig["icon"]  = new GUIItemType_Config(true, true, true);
     }
 }
 public LayerContentLoader()
     : base(new string[] { "text/xml" },
            new string[] { ".xml" },
            new int[] { 0 })
 {
     if (guiItemsConfig.Count == 0)
     {
         guiItemsConfig["label"] = new GUIItemType_Config(true, true, true);
         guiItemsConfig["icon"] = new GUIItemType_Config(true, true, true);
     }
 }