private void pictureBox1_Click(object sender, EventArgs e) { this.Hide(); var v = new Form14(); v.Show(); v.accUser(un); }
private void button1_Click(object sender, EventArgs e) { this.Close(); var v = new Form14(); v.Show(); v.accUser(un); }