Esempio n. 1
0
        private void gauC_Click(object sender, EventArgs e)
        {
            Form fc = Application.OpenForms["FRM_MODEL_DETAIL_LW"];

            if (fc != null)
            {
                fc.Close();
            }
            FRM_MODEL_DETAIL_LW f = new FRM_MODEL_DETAIL_LW(_lineCD, "");

            f.ShowDialog();
        }
Esempio n. 2
0
        private void gaugeControl2_Click(object sender, EventArgs e)
        {
            Form fc = Application.OpenForms["FRM_MODEL_DETAIL_LW"];

            if (fc != null)
            {
                fc.Close();
            }
            FRM_MODEL_DETAIL_LW f = new FRM_MODEL_DETAIL_LW(_lineCD, _MlineCD);

            if (_lineCD != "099" && _lineCD != "015" && _lineCD != "202")
            {
                return;
            }
            f.ShowDialog();
        }