public AddOldPayment(int custId, int stationCustId, AddOrder ord) { customerId = custId; stationCustomerId = stationCustId; orderForm = ord; InitializeComponent(); }
public Add_New_Customer(AddOrder form) { InitializeComponent(); orderForm = form; }
private void button2_Click(object sender, EventArgs e) { AddOrder order = new AddOrder(); order.Show(); }