Beispiel #1
0
 public CustomerMapPage(XmlDocument customerLocation, App_ScheduledAppointment scheduledAppointment, string parentPage = "TicketDetails")
 {
     _vm = new CustomerMapPageViewModel(customerLocation);
     _scheduledAppointment = scheduledAppointment;
     _parentPage           = parentPage;
     InitializeComponent();
     Initialize();
 }
Beispiel #2
0
 public CustomerMapPage()
 {
     _vm = new CustomerMapPageViewModel();
     Initialize();
 }
Beispiel #3
0
 public CustomerMapPage(Pin customerLocationPin)
 {
     _vm = new CustomerMapPageViewModel(customerLocationPin);
     Initialize();
 }