private void buttonAbout_Click(object sender, RibbonControlEventArgs e) { var aboutBox = new AboutBox(); aboutBox.ShowDialog(); }