private void ini() { Form20 fm20 = new Form20(); fm20.Show(); }
private void toolStripButton1_Click(object sender, EventArgs e) { Form20 fm20 = new Form20(); fm20.Show(); }