private void button3_Click(object sender, EventArgs e) { Forms.Setup setup = new Forms.Setup(); setup.ShowDialog(); }
static void ShowSetup() { Forms.Setup setup = new Forms.Setup(); setup.ShowDialog(); }