Exemplo n.º 1
0
 public PSKS0101M_BL()
 {
     hdl   = new M_MakerZaiko_H_DL();
     ddl   = new M_MakerZaiko_D_DL();
     ndl   = new M_NoukiHenkan_DL();
     sydl  = new SuuryoHenKan_DL();
     LogDL = new L_Log_DL();
 }
 public PETC0302I_BL()
 {
     NyuukinMeisaiDL = new T_NyuukinMeisai_DL();
     TessuryouDL     = new T_Tessuryou_DL();
     mdl             = new M_MultiPorpose_DL();
     msdl            = new M_ShiwakeControl_DL();
     LogDL           = new L_Log_DL();
 }
Exemplo n.º 3
0
 public PSKS0102M_BL()
 {
     makerbrandDL  = new M_MakerBrand_DL();
     shiiresakiDL  = new M_SHIIRESAKI_DL();
     brandDL       = new M_Brand_DL();
     makerzaikohDL = new M_MakerZaiko_H_DL();
     LogDL         = new L_Log_DL();
 }
Exemplo n.º 4
0
        public Youshi(DataTable dt, params string[] loginfo)
        {
            InitializeComponent();
            lle = new L_Log_Entity();
            lst = loginfo;
            tdl = new TempoRegiFurikomiYoushi_DL();
            HideAllLine();
            bdl      = new Base_DL();
            dtreport = dt;
            L_Log_DL ldl = new L_Log_DL();

            ldl.L_Log_Insert(lst);
            // AllEvent_PrintLog();
        }
        private void printButton_Click(object sender, EventArgs e)
        {
            var dt = new DataTable();

            dt.Columns.Add("CostNo");
            L_Log_DL ldl = new L_Log_DL();

            for (int i = 0; i < dtlog.Rows.Count; i++)
            {
                dt.Rows.Add(dtlog.Rows[i]["CostNo"].ToString());
            }
            dt.AcceptChanges();
            if (ldl.L_Log_Insert_Print(new string[] { InOperatorCD, InPcID, InProgramID }, dt))
            {
                //Finished Log recorded
            }
        }
Exemplo n.º 6
0
        /// <summary>
        /// log insert
        /// </summary>
        /// <param name="lle"></param>
        public void L_Log_Insert(L_Log_Entity lle)
        {
            L_Log_DL lldl = new L_Log_DL();

            lldl.L_Log_Insert(lle);
        }
Exemplo n.º 7
0
 public PSKS0120S_BL()
 {
     zaikokanridl = new M_Zaiko_Kanri_DL();
     Isdl         = new ItemSearch_DL();
     logdl        = new L_Log_DL();
 }
 public PSKS0111C_BL()
 {
     mmdl   = new M_MultiPorpose_DL();
     tszrdl = new T_SKSZaikoRireki_DL();
     lldl   = new L_Log_DL();
 }
Exemplo n.º 9
0
 public ZaikoHenkan_BL()
 {
     tzdl = new T_Zaiko_DL();
     lldl = new L_Log_DL();
 }
Exemplo n.º 10
0
 private void printButton_Click(object sender, EventArgs e)
 {
     L_Log_DL ldl = new L_Log_DL();
     //  ldl.L_Log_Insert_Print(lst);
 }
Exemplo n.º 11
0
 public PSKS0105C_BL()
 {
     mmdl = new M_MultiPorpose_DL();
     lldl = new L_Log_DL();
     tudl = new T_Ukebarai_DL();
 }
Exemplo n.º 12
0
 public PETC0306I_BL()
 {
     AmazonYoteidateDL = new T_AmazonYoteiDate_DL();
     mdl   = new M_MultiPorpose_DL();
     LogDL = new L_Log_DL();
 }
Exemplo n.º 13
0
 public PSKS0114C_BL()
 {
     mmdl = new M_MultiPorpose_DL();
     lldl = new L_Log_DL();
 }