private void iAbout_ItemClick(object sender, ItemClickEventArgs e) { using (var aboutBox = new AboutBox()) aboutBox.ShowDialog(); }