예제 #1
0
        private void btnSave_Click(object sender, EventArgs e)
        {
            IMasterList objProgramlist = (IMasterList)ObjectFactory.CreateInstance("BusinessProcess.SCM.BMasterList,BusinessProcess.SCM");
            int         retrows        = objProgramlist.SaveProgramList(theDT, GblIQCare.AppUserId);

            IQCareWindowMsgBox.ShowWindow("ProgramSave", this);
            Init_Form();
        }