Banshee.Gui.GlobalActions.OnVersionInformation C# (CSharp) Method

OnVersionInformation() private method

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