Exemplo n.º 1
0
        protected void BacktoSignIn_lbl_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
        {
            SignIn_panel.BringToFront();

            SignUp_lbl.Visible       = true;
            BacktoSignIn_lbl.Visible = false;
        }
Exemplo n.º 2
0
        //SqlConnection conloacal = new SqlConnection(@"Data Source=(LocalDB)\MSSQLLocalDB;AttachDbFilename=|DataDirectory|\SmartMovers.mdf;Integrated Security=True;");

        #endregion

        #region Form Load

        private void Login_Load(object sender, EventArgs e)
        {
            SignIn_panel.BringToFront();
        }