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