コード例 #1
0
ファイル: QueryWidget.cs プロジェクト: neuroradiology/f-spot
 public bool TagRequired(Tag tag)
 {
     return(logic_widget.TagRequired(tag));
 }