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

            ofrmEstacionesCombustible.ShowDialog();
        }