Exemplo n.º 1
0
        public static DialogResult InsertTag(K12.Data.TagCategory category)
        {
            TagEditor editor = new TagEditor(category);

            return(editor.ShowDialog());
        }
Exemplo n.º 2
0
        public static DialogResult ModifyTag(JHTagConfigRecord tag)
        {
            TagEditor editor = new TagEditor(tag);

            return(editor.ShowDialog());
        }