コード例 #1
0
ファイル: Nueva_carga.cs プロジェクト: eldie1984/Gestion
 private void button1_Click(object sender, EventArgs e)
 {
     Registrar_LLegada_Micro.Form1 nueva = new Registrar_LLegada_Micro.Form1();
     nueva.Show();
     this.Close();
 }
コード例 #2
0
ファイル: Nueva_carga.cs プロジェクト: eldie1984/Gestion
 private void button1_Click(object sender, EventArgs e)
 {
     Registrar_LLegada_Micro.Form1 nueva = new Registrar_LLegada_Micro.Form1();
     nueva.Show();
     this.Close();
 }