コード例 #1
0
 override protected internal void _LoadState(short StateCode)
 {
     FI.DataAccess.CustomSqlReports dacObj = DataAccessFactory.Instance.GetCustomSqlReportsDA();
     dacObj.LoadState(this.ID, StateCode, ref this._sql, ref this._xsl, ref this._undoStateCount, ref this._redoStateCount);
 }