Beispiel #1
0
 public AddOldPayment(int custId, int stationCustId, AddOrder ord)
 {
     customerId        = custId;
     stationCustomerId = stationCustId;
     orderForm         = ord;
     InitializeComponent();
 }
Beispiel #2
0
 public Add_New_Customer(AddOrder form)
 {
     InitializeComponent();
     orderForm = form;
 }
Beispiel #3
0
        private void button2_Click(object sender, EventArgs e)
        {
            AddOrder order = new AddOrder();

            order.Show();
        }