Esempio n. 1
0
        public void CloseTransparent()
        {
            TransparentAdmin a = (TransparentAdmin)Application.OpenForms["TransparentAdmin"];

            a.Close();
            this.Hide();
        }
        private void BtnSection_Click(object sender, EventArgs e)
        {
            TransparentAdmin a = new TransparentAdmin();
            FrmElectionTitle b = new FrmElectionTitle();

            a.Show();
            b.ShowDialog();
            a.Hide();
        }
        private void bunifuFlatButton2_Click(object sender, EventArgs e)
        {
            TransparentAdmin a = new TransparentAdmin();
            FrmPosition      b = new FrmPosition();

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