private void button4_Click(object sender, EventArgs e) { CustomLineItems customLineItems = new CustomLineItems(this); customLineItems.OrderId = orderID; customLineItems.ShowDialog(); }
private void button4_Click(object sender, EventArgs e) { CustomLineItems CLT = new CustomLineItems(); CLT.Show(); }