private void button1_Click(object sender, EventArgs e) { fIsh.sl = sl; fIsh.Show(); this.button2.Enabled = true; this.button4.Visible = true; this.button5.Visible = true; }
private void button1_Click(object sender, EventArgs e) { IshForm newForm = new IshForm(this); newForm.Show(); this.button2.Enabled = true; this.button4.Visible = true; this.button5.Visible = true; }