Exemplo n.º 1
0
 public PMCplan(Gce g)
 {
     InitializeComponent();
     this.gce = g;
     //同步UI主线程的上下文
     m_SyncContext = SynchronizationContext.Current;
 }
Exemplo n.º 2
0
 public Choose(Gce g)
 {
     InitializeComponent();
     this.G = g;
 }
Exemplo n.º 3
0
 public SectorStructure_form(Gce g)
 {
     InitializeComponent();
     this.G = g;
 }
Exemplo n.º 4
0
 bool clear1  = false;//标志是否可以清空查询条件
 public EmployeeExperience(Gce G)
 {
     InitializeComponent();
     this.gce = G;
 }
Exemplo n.º 5
0
 public PickingOut(Gce g)
 {
     InitializeComponent();
     this.G = g;
 }
Exemplo n.º 6
0
 public QrCodeScanning(Gce g)
 {
     InitializeComponent();
     this.G = g;
 }
Exemplo n.º 7
0
 public IncomingInspection(Gce g)
 {
     InitializeComponent();
     this.G = g;
 }
Exemplo n.º 8
0
 public AttendanceMachine(Gce g)
 {
     InitializeComponent();
     this.G = g;
 }
Exemplo n.º 9
0
 public CheckQuery(Gce g)
 {
     InitializeComponent();
     this.G = g;
 }
Exemplo n.º 10
0
 public FinancialInputERP(Gce g)
 {
     InitializeComponent();
     this.G = g;
 }
Exemplo n.º 11
0
 public IncomingWarehousing(Gce g)
 {
     InitializeComponent();
     this.G = g;
 }
Exemplo n.º 12
0
        public CheckWorkAttendance(Gce g)
        {
            InitializeComponent();

            this.G = g;
        }
Exemplo n.º 13
0
 public ReturnGoods(Gce g)
 {
     InitializeComponent();
     this.G = g;
 }
Exemplo n.º 14
0
 public AbnormalIputQury(Gce g)
 {
     InitializeComponent();
     gce           = g;
     m_SyncContext = SynchronizationContext.Current;//获取主线程同步的上下文
 }
Exemplo n.º 15
0
 public IncomingAudit(Gce g)
 {
     InitializeComponent();
     this.G = g;
 }
Exemplo n.º 16
0
 public ProcurementOrder(Gce gce)
 {
     InitializeComponent();
     this.G = gce;
 }
Exemplo n.º 17
0
 public Login(Gce gce)
 {
     InitializeComponent();
     this.g = gce;
 }