Пример #1
0
        public static CreateWorldTemplateForm ShowDialogue(Window window, CloseEvent closeFunction = null, string category = null, ISkinFile file = null)
        {
            var form = new CreateWorldTemplateForm();

            form.Initialize(closeFunction, "Create World-Template", true, true, category, file);
            form.Show(window);

            return(form);
        }