Esempio n. 1
0
 private void buttonItem14_Click(object sender, EventArgs e)
 {
     frmDespachoCombustibles ofrmDespachoCombustible = new frmDespachoCombustibles();
     ofrmDespachoCombustible.ShowDialog();
 }
Esempio n. 2
0
        private void buttonItem14_Click(object sender, EventArgs e)
        {
            frmDespachoCombustibles ofrmDespachoCombustible = new frmDespachoCombustibles();

            ofrmDespachoCombustible.ShowDialog();
        }