コード例 #1
0
ファイル: mdiMenu.cs プロジェクト: hcksec21/SIGVIDAPS
 private void sbmnuformAnticipo_Click_1(object sender, EventArgs e)
 {
     frmRegistrarFormularioAnticipo anticipo = new frmRegistrarFormularioAnticipo();
     ValidarForm(anticipo);
 }
コード例 #2
0
ファイル: mdiMenu.cs プロジェクト: hcksec21/SIGVIDAPS
 private void registrarFormularioToolStripMenuItem_Click(object sender, EventArgs e)
 {
     frmRegistrarFormularioAnticipo registrarFormularioAnticipo = new frmRegistrarFormularioAnticipo();
     ValidarForm(registrarFormularioAnticipo);
 }