Beispiel #1
0
 /// <summary>
 /// 初始化当前应用程序(为应用程序的前期数据做准备)
 /// </summary>
 public static void Init()
 {
     APP.GoldSoftClient = new GoldSoftClient();
     APP.Application    = new _Application();
     //为应用的准备工作流(无论何时当一个新业务开始的时候必须初始化)
     APP.WorkFlows               = new _WorkFlows();
     APP.UserPriceLibrary        = new _UserPriceLibrary();
     APP.RepairQuantityUnit      = new _RepairQuantityUnit();
     APP.InformationPriceLibrary = new _InformationPriceLibrary();
     APP.UnInformation           = new _UnInformation();
     APP.MachineNumber           = ToolKit.GetIndentify();
 }
Beispiel #2
0
 public _Operaty(_WorkFlows p_w)
 {
     this.m_WorkFlows = p_w;
 }