public Tag CreateTag (object sender, EventArgs args) { TagCommands.Create command = new TagCommands.Create (db.Tags, GetToplevel (sender)); return command.Execute (TagCommands.TagType.Category, tag_selection_widget.TagHighlight); }
public Tag CreateTag (object sender, EventArgs args) { TagCommands.Create command = new TagCommands.Create (Database.Tags); return command.Execute (TagCommands.TagType.Category, tag_selection_widget.TagHighlight); }