Ejemplo n.º 1
0
 public MyPaymentViewController(IntPtr handle) : base(handle)
 {
     estimateValidateServices = new EstimateValidateServices();
     payment      = new Payment();
     paymentModel = new PaymentModel();
 }
Ejemplo n.º 2
0
 public ServiceDatesViewController(IntPtr handle) : base(handle)
 {
     estimateValidateServices = new EstimateValidateServices();
 }
Ejemplo n.º 3
0
 public DepositePaymentViewController(IntPtr handle) : base(handle)
 {
     estimateValidateServices = new EstimateValidateServices();
     payment = new Payment();
 }
 public AcknowledgementViewController(IntPtr handle) : base(handle)
 {
     estimateValidateServices = new EstimateValidateServices();
 }
Ejemplo n.º 5
0
 public AddressesVewController(IntPtr handle) : base(handle)
 {
     estimateValidateServices = new EstimateValidateServices();
 }
 public MoveConfirmedViewController(IntPtr handle) : base(handle)
 {
     estimateValidateServices = new EstimateValidateServices();
     estimate = new Estimate();
 }
 public WhatMattersMostViewController(IntPtr handle) : base(handle)
 {
     estimateValidateServices = new EstimateValidateServices();
 }