コード例 #1
0
 public Add_New_Customer(ViewCustomerPayment form)
 {
     InitializeComponent();
     ViewCustomerPaymentform = form;
     SaveButton.Enabled      = false;
 }
コード例 #2
0
        private void button5_Click(object sender, EventArgs e)
        {
            ViewCustomerPayment customerPayments = new ViewCustomerPayment();

            customerPayments.Show();
        }