private void iAbout_ItemClick(object sender, ItemClickEventArgs e) { AboutAppForm aboutForm = new AboutAppForm(); aboutForm.ShowDialog(this); }