Esempio n. 1
0
 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;
 }
Esempio n. 2
0
        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;
        }