Inheritance: Gtk.AboutDialog
 private void OnAbout (object o, EventArgs args)
 {
     Banshee.Gui.Dialogs.AboutDialog dialog = new Banshee.Gui.Dialogs.AboutDialog ();
     dialog.Show ();
 }
Beispiel #2
0
 private void OnAbout(object o, EventArgs args)
 {
     Banshee.Gui.Dialogs.AboutDialog dialog = new Banshee.Gui.Dialogs.AboutDialog();
     dialog.Show();
 }