예제 #1
0
 protected override void OnCompile()
 {
     this._TagHeader = new RecordHeader(this._TagID, this.Length);
     this.Insert(0, this._TagHeader);
     base.OnCompile();
 }
예제 #2
0
 protected override void OnCompile()
 {
     this._TagHeader = new RecordHeader(this._TagID, this.Length);
     this.Insert(0, this._TagHeader);
     base.OnCompile();
 }