protected virtual void OnAboutActionActivated(object sender, System.EventArgs e) { var about = new LongoMatch.Gui.Dialog.AboutDialog(App.Current.Version); about.TransientFor = this; about.Run(); about.Destroy(); }
protected virtual void OnAboutActionActivated(object sender, System.EventArgs e) { var about = new LongoMatch.Gui.Dialog.AboutDialog(guiToolKit.Version); about.TransientFor = this; about.Run(); about.Destroy(); }