Banshee.Gui.GlobalActions.OnVersionInformation C# (CSharp) 메소드

OnVersionInformation() 개인적인 메소드

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