private void buttonItem5_Click_1(object sender, EventArgs e)
 {
     frmEstacionCombustible ofrmEstacionesCombustible = new frmEstacionCombustible();
     ofrmEstacionesCombustible.ShowDialog();
 }
Beispiel #2
0
        private void buttonItem5_Click_1(object sender, EventArgs e)
        {
            frmEstacionCombustible ofrmEstacionesCombustible = new frmEstacionCombustible();

            ofrmEstacionesCombustible.ShowDialog();
        }