Example #1
0
        private void aboutMenuItem_Click(object sender, EventArgs e)
        {
            var n = new RadAboutBox1();

            n.ShowDialog();
        }
Example #2
0
 private void aboutMenuItem_Click(object sender, EventArgs e)
 {
     var n = new RadAboutBox1();
     n.ShowDialog();
 }