FSpot.MainWindow.AttachTags C# (CSharp) 메소드

AttachTags() 공개 메소드

public AttachTags ( FSpot.Tag tags, int ids ) : void
tags FSpot.Tag
ids int
리턴 void
		void AttachTags (Tag[] tags, int[] ids)
		{
			Database.BeginTransaction ();
			AddTagExtended (ids, tags);
			Database.CommitTransaction ();
			query_widget.PhotoTagsChanged (tags);
		}
MainWindow