Ejemplo n.º 1
0
 private void barButtonItem_gateThreshold_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
 {
     GateThresholdUpdateForm gateThresholdUpdateForm = new GateThresholdUpdateForm(gateTotal);
     gateThresholdUpdateForm.ShowDialog(this);
 }
Ejemplo n.º 2
0
        private void barButtonItem_gateThreshold_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
        {
            GateThresholdUpdateForm gateThresholdUpdateForm = new GateThresholdUpdateForm(gateTotal);

            gateThresholdUpdateForm.ShowDialog(this);
        }