示例#1
0
 internal PC1TmpOCConfPendRow(DataRowBuilder rb) : base(rb)
 {
     this.tablePC1TmpOCConfPend = (DataTmpOCConfPend.PC1TmpOCConfPendDataTable) this.Table;
 }
示例#2
0
 public override DataTable Clone()
 {
     DataTmpOCConfPend.PC1TmpOCConfPendDataTable table = (DataTmpOCConfPend.PC1TmpOCConfPendDataTable)base.Clone();
     table.InitVars();
     return(table);
 }