private void labelShowInvestors_Click(object sender, EventArgs e) { InvestsForm investsForm = new InvestsForm(admin); investsForm.Show(); this.Close(); }
private void pictureBox1_Click(object sender, EventArgs e) { InvestsForm investsForm = new InvestsForm(admin); investsForm.Show(); this.Close(); }