コード例 #1
0
ファイル: _Application.cs プロジェクト: shansheng/QDJJ
 /// 构造一个全新的应用程序
 /// </summary>
 public _Application()
 {
     //构造新的全局配置
     //this.Cache = new _Cache();
     this.Global     = new _Global();
     this.GlobalData = new _GlobalData(this);
 }
コード例 #2
0
 /// <summary>
 /// 初始化:原始子目取费对象
 /// </summary>
 public _RepairQuantityUnitInfo(_GlobalData p_Parent)
 {
     this.m_Parent = p_Parent;
 }
コード例 #3
0
ファイル: _RepairQuantityUnit.cs プロジェクト: shansheng/QDJJ
 /// <summary>
 /// 构造函数
 /// </summary>
 public _RepairQuantityUnit(_GlobalData p_Parent)
 {
     this.m_Parent = p_Parent;
     this.m_RepairQuantityUnitList = new _RepairQuantityUnitList();
 }
コード例 #4
0
ファイル: _UserPriceLibrary.cs プロジェクト: shansheng/QDJJ
 /// <summary>
 /// 构造函数
 /// </summary>
 public _UserPriceLibrary(_GlobalData p_Parent)
 {
     this.m_Parent = p_Parent;
     this.m_UserPriceLibraryList = new _UserPriceLibraryList();
 }