示例#1
0
 private void Ventana_Inicio_Closed(object sender, EventArgs e)
 {
     ventana_inicio.Show();
 }
示例#2
0
 private void Window_Closed_1(object sender, EventArgs e)
 {
     ventana_inicio.Show();
 }