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