Ejemplo n.º 1
0
        public static CreateAnnTemplateForm ShowDialogue(Window window, CloseEvent closeFunction = null, string category = null, ISkinFile file = null)
        {
            var form = new CreateAnnTemplateForm();

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

            return(form);
        }