AuScGen.TelerikPlugin.GlobalGuiCollection.AddNewGuiMap C# (CSharp) Метод

AddNewGuiMap() приватный статический Метод

private static AddNewGuiMap ( string filename, string filepath ) : void
filename string
filepath string
Результат void
        private static void AddNewGuiMap(string filename, string filepath)
        {
            LogCheckForCollection(filename);
            GlobalPageCollection.Add(filename, GuiMapParser.GetInstance().LoadGuiMap(filepath));
            Logger.Debug(string.Concat("Successfully Created ", filename, " Object Collection!"));
        }