private void OnVersionInformation (object o, EventArgs args) { Hyena.Gui.Dialogs.VersionInformationDialog dialog = new Hyena.Gui.Dialogs.VersionInformationDialog (); dialog.Run (); dialog.Destroy (); }