コード例 #1
0
	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);
	}
コード例 #2
0
ファイル: MainWindow.cs プロジェクト: mono/f-spot
		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);
		}