Exemplo n.º 1
0
        private void simpleButton1_Click(object sender, EventArgs e)
        {
            fLogin b = new fLogin();

            this.Hide();
            b.ShowDialog();
            this.Show();
        }
Exemplo n.º 2
0
        private void fIndex_Click(object sender, EventArgs e)
        {
            fLogin b = new fLogin();

            this.Hide();
            b.ShowDialog();
            this.Show();
        }