Ejemplo n.º 1
0
        private void button2_Click(object sender, EventArgs e)
        {
            signInForm signIn = new signInForm();

            signIn.Show();
            this.Visible = false;
        }
Ejemplo n.º 2
0
        public first()
        {
            InitializeComponent();
            this.CenterToScreen();
            this.Visible = false;

            signInForm signIn = new signInForm();

            signIn.ShowDialog();
        }