private void BtnEdit_Click(object sender, EventArgs e) { WphProportionEdit wphCa = new WphProportionEdit(Convert.ToInt32(StorageDGV[0, StorageDGV.CurrentCell.RowIndex].Value.ToString())); wphCa.ShowDialog(); mainsql(); }
private void btnadd_Click(object sender, EventArgs e) { WphProportionEdit wphCa = new WphProportionEdit(0); wphCa.ShowDialog(); mainsql(); }