private void button1_Click(object sender, EventArgs e) // log in into an existing account { LogInAccount f = new LogInAccount(); this.Hide(); f.ShowDialog(); this.Close(); }
private void button7_Click(object sender, EventArgs e) { LogInAccount f = new LogInAccount(); this.Hide(); f.ShowDialog(); this.Close(); }