public Add_New_Customer(ViewCustomerPayment form) { InitializeComponent(); ViewCustomerPaymentform = form; SaveButton.Enabled = false; }
private void button5_Click(object sender, EventArgs e) { ViewCustomerPayment customerPayments = new ViewCustomerPayment(); customerPayments.Show(); }