コード例 #1
0
ファイル: DataInventario.cs プロジェクト: tuxevil/Grundfos
 internal InventarioRow(DataRowBuilder rb) : base(rb)
 {
     this.tableInventario = (DataInventario.InventarioDataTable) this.Table;
 }
コード例 #2
0
ファイル: DataInventario.cs プロジェクト: tuxevil/Grundfos
 public override DataTable Clone()
 {
     DataInventario.InventarioDataTable table = (DataInventario.InventarioDataTable)base.Clone();
     table.InitVars();
     return(table);
 }