コード例 #1
0
 private void buttonAbout_Click(object sender, RibbonControlEventArgs e)
 {
     var aboutBox = new AboutBox();
     aboutBox.ShowDialog();
 }
コード例 #2
0
        private void buttonAbout_Click(object sender, RibbonControlEventArgs e)
        {
            var aboutBox = new AboutBox();

            aboutBox.ShowDialog();
        }