Пример #1
0
 private void barAbout_ItemClick(object sender, ItemClickEventArgs e)
 {
     frmAbout frm = new frmAbout();
     frm.ShowDialog();
 }