private static void AboutClick(object sender, EventArgs e) { var ab = new FormAboutBox(); ab.ShowDialog(); }
private void AboutClick(object sender, EventArgs e) { var ab = new FormAboutBox(); ab.ShowDialog(); }