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);
	}
Beispiel #2
0
		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);
		}