private void TxtSim_Click(object sender, EventArgs e)
        {
            CadastrarVeiculoLoja cadastrarVeiculoLoja = new CadastrarVeiculoLoja();

            cadastrarVeiculoLoja.Show();
            this.Hide();
        }
示例#2
0
        public void btnCadastrarVeiculoLoja_Click(object sender, EventArgs e)
        {
            xuiObjectAnimator1.FormAnimate(this, XanderUI.XUIObjectAnimator.FormAnimation.FadeOut, 20);
            CadastrarVeiculoLoja cadastrarVeiculoLoja = new CadastrarVeiculoLoja();

            this.Hide();
            cadastrarVeiculoLoja.Show();
        }