private void button1_Click(object sender, EventArgs e) { frmFixProduct frmsub = new frmFixProduct(ClientdataGridView1.CurrentRow); frmsub.Show(); }
private void buttonFixBox_Click(object sender, EventArgs e) { frmFixProduct frmFixProduct = new frmFixProduct(); frmFixProduct.Show(); }