- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- namespace UAS_LabelMachine.Entity
- {
- class SystemInf
- {
- public static DataHelper dh;
- public static SqliteDBHelper sdh;
- public static bool CheckDcAndLotNo = false;
- }
- }
|