private void buttonItem11_Click_2(object sender, EventArgs e)
 {
     frmDespachoEstaciones ofrmDespachoEstaciones = new frmDespachoEstaciones();
     ofrmDespachoEstaciones.ShowDialog();
 }
Exemple #2
0
        private void buttonItem11_Click_2(object sender, EventArgs e)
        {
            frmDespachoEstaciones ofrmDespachoEstaciones = new frmDespachoEstaciones();

            ofrmDespachoEstaciones.ShowDialog();
        }