void _Cancel_enter() { telainicio telaInicio = new telainicio(); this.Hide(); telaInicio.ShowDialog(); }
private void btnVoltar_Click(object sender, EventArgs e) { telainicio TelaInicio = new telainicio(); this.Hide(); TelaInicio.ShowDialog(); }
private void VoltarPart_Click(object sender, EventArgs e) { telainicio telaInicio = new telainicio(); this.Hide(); telaInicio.ShowDialog(); }