private void Client_Load(object sender, EventArgs e) { // TODO: This line of code loads data into the 'tibasport_dbDataSet.trans_type' table. You can move, or remove it, as needed. this.trans_typeTableAdapter.Fill(this.tibasport_dbDataSet.trans_type); // TODO: This line of code loads data into the 'tibasport_dbDataSet.customer' table. You can move, or remove it, as needed. this.customerTableAdapter.Fill(this.tibasport_dbDataSet.customer); // TODO: This line of code loads data into the 'tibasport_dbDataSet.trans_detail' table. You can move, or remove it, as needed. this.trans_detailTableAdapter.Fill(this.tibasport_dbDataSet.trans_detail); c = new common(); }
private void itemMaster_Load(object sender, EventArgs e) { c = new common(); // TODO: This line of code loads data into the 'tibasport_dbDataSet.unit' table. You can move, or remove it, as needed. this.unitTableAdapter.Fill(this.tibasport_dbDataSet.unit); // TODO: This line of code loads data into the 'tibasport_dbDataSet.location' table. You can move, or remove it, as needed. this.locationTableAdapter.Fill(this.tibasport_dbDataSet.location); // TODO: This line of code loads data into the 'tibasport_dbDataSet.store' table. You can move, or remove it, as needed. this.storeTableAdapter.Fill(this.tibasport_dbDataSet.store); // TODO: This line of code loads data into the 'tibasport_dbDataSet.size' table. You can move, or remove it, as needed. this.sizeTableAdapter.Fill(this.tibasport_dbDataSet.size); // TODO: This line of code loads data into the 'tibasport_dbDataSet.color' table. You can move, or remove it, as needed. this.colorTableAdapter.Fill(this.tibasport_dbDataSet.color); // TODO: This line of code loads data into the 'tibasport_dbDataSet.type' table. You can move, or remove it, as needed. this.typeTableAdapter.Fill(this.tibasport_dbDataSet.type); // TODO: This line of code loads data into the 'tibasport_dbDataSet.mark' table. You can move, or remove it, as needed. this.markTableAdapter.Fill(this.tibasport_dbDataSet.mark); // TODO: This line of code loads data into the 'tibasport_dbDataSet.major_gp' table. You can move, or remove it, as needed. this.major_gpTableAdapter.Fill(this.tibasport_dbDataSet.major_gp); // TODO: This line of code loads data into the 'tibasport_dbDataSet.item_master' table. You can move, or remove it, as needed. this.item_masterTableAdapter.Fill(this.tibasport_dbDataSet.item_master); }