public static void Execute() { using (FAbout f = new FAbout()) f.ShowDialog(); }
private void btAbout_Click(object sender, EventArgs e) { Visible = false; FAbout.Execute(); Visible = true; }
private void button1_Click(object sender, EventArgs e) { FAbout.Execute(); }