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

            aboutBox.ShowDialog();
        }