예제 #1
0
 public TagSelectionDialog(TagStore tags)
     : base("tag_selection_dialog.ui", "tag_selection_dialog")
 {
     tag_selection_widget = new TagSelectionWidget (tags);
     tag_selection_scrolled.Add (tag_selection_widget);
     tag_selection_widget.Show ();
 }
예제 #2
0
 public TagSelectionDialog(TagStore tags) : base("tag_selection_dialog.ui", "tag_selection_dialog")
 {
     tag_selection_widget = new TagSelectionWidget(tags);
     tag_selection_scrolled.Add(tag_selection_widget);
     tag_selection_widget.Show();
 }