Exemplo n.º 1
0
 private void btn_voltar_Click(object sender, EventArgs e)
 {
     try
     {
         inicio.Show();
         this.Close();
     }
     catch (Exception err)
     {
         MessageBox.Show(err.Message);
     }
 }
Exemplo n.º 2
0
 private void btn_voltar_Click(object sender, EventArgs e)
 {
     inicio.Show();
     this.Close();
 }
Exemplo n.º 3
0
 private void btn_voltar_Click(object sender, EventArgs e)
 {
     cbb_dividir.Enabled = false;
     inicio.Show();
     this.Close();
 }