Ejemplo n.º 1
0
 public PaymentPage()
 {
     InitializeComponent();
     frame.Visibility  = Visibility.Hidden;
     paymentController = new Controller.PaymentController(this);
     paymentController.pay();
 }
Ejemplo n.º 2
0
 public void btnPayments(object args, EventArgs e)
 {
     Controller.PaymentController paymentController = new Controller.PaymentController(new Model.PaymentModel(), new View.PaymentForm(), cms);
 }