private void simpleButton1_Click(object sender, EventArgs e) { fLogin b = new fLogin(); this.Hide(); b.ShowDialog(); this.Show(); }
private void fIndex_Click(object sender, EventArgs e) { fLogin b = new fLogin(); this.Hide(); b.ShowDialog(); this.Show(); }