コード例 #1
0
 private void buttonItem11_Click_2(object sender, EventArgs e)
 {
     frmDespachoEstaciones ofrmDespachoEstaciones = new frmDespachoEstaciones();
     ofrmDespachoEstaciones.ShowDialog();
 }
コード例 #2
0
ファイル: frmMenu.cs プロジェクト: faustorichardson/sistemas
        private void buttonItem11_Click_2(object sender, EventArgs e)
        {
            frmDespachoEstaciones ofrmDespachoEstaciones = new frmDespachoEstaciones();

            ofrmDespachoEstaciones.ShowDialog();
        }