Ejemplo n.º 1
0
        private void btnAccessTable_Click(object sender, EventArgs e)
        {
            //this.Hide();
            ElectronConfigScreen s1 = new ElectronConfigScreen();

            s1.Show();
        }
Ejemplo n.º 2
0
        private void roundedButton2_Click(object sender, EventArgs e)
        {
            this.Hide();
            ElectronConfigScreen s3 = new ElectronConfigScreen();

            s3.Show();
            //this.Close();
        }