예제 #1
0
파일: Logon.cs 프로젝트: zhanglg40/hmr
        private void Passed()
        {
            if (ThisAddIn.CanOption(ElementNames.OperatorDepartment))
            {
                ThisAddIn.ChangeDepartment(departmentCode);
            }

            //  Globals.qualityInfo = Globals.myConfig.GetShowQCI(txtUserCode.Text);

            if (Globals.inStyle)
            {
                //     Globals.QualityInfo(txtUserCode.Text.Trim());
            }
        }