Exemplo n.º 1
0
 public CameraStrapAndTrackMV(ManagerDispatchMob managerDispatchMob, VehiclwInformation vehiclwInformation, string idShip, InitDasbordDelegate initDasbordDelegate, GetVechicleDelegate getVechicleDelegate,
                              string onDeliveryToCarrier, string totalPaymentToCarrier, string nameVehicl)
 {
     this.getVechicleDelegate = getVechicleDelegate;
     this.initDasbordDelegate = initDasbordDelegate;
     this.managerDispatchMob  = managerDispatchMob;
     VehiclwInformation       = vehiclwInformation;
     IdShip = idShip;
     OnDeliveryToCarrier   = onDeliveryToCarrier;
     TotalPaymentToCarrier = totalPaymentToCarrier;
     Car = GetTypeCar(nameVehicl.Replace(" ", ""));
 }
Exemplo n.º 2
0
 public AskDelyveryMV(ManagerDispatchMob managerDispatchMob, VehiclwInformation vehiclwInformation, string idShip, INavigation navigation, GetShiping getShiping,
                      InitDasbordDelegate initDasbordDelegate, GetVechicleDelegate getVechicleDelegate, string onDeliveryToCarrier, string totalPaymentToCarrier)
 {
     this.getVechicleDelegate = getVechicleDelegate;
     this.getShiping          = getShiping;
     this.initDasbordDelegate = initDasbordDelegate;
     this.managerDispatchMob  = managerDispatchMob;
     Navigation            = navigation;
     VehiclwInformation    = vehiclwInformation;
     IdShip                = idShip;
     OnDeliveryToCarrier   = onDeliveryToCarrier;
     TotalPaymentToCarrier = totalPaymentToCarrier;
 }
Exemplo n.º 3
0
 public FullPagePhotoMV(ManagerDispatchMob managerDispatchMob, VehiclwInformation vehiclwInformation, string idShip, string typeCar, int inderxPhotoInspektion, INavigation navigation, InitDasbordDelegate initDasbordDelegate,
                        GetVechicleDelegate getVechicleDelegate, string onDeliveryToCarrier, string totalPaymentToCarrier)
 {
     Navigation = navigation;
     this.getVechicleDelegate = getVechicleDelegate;
     this.initDasbordDelegate = initDasbordDelegate;
     this.managerDispatchMob  = managerDispatchMob;
     VehiclwInformation       = vehiclwInformation;
     InderxPhotoInspektion    = inderxPhotoInspektion;
     Car = GetTypeCar(typeCar.Replace(" ", ""));
     Init();
     IdShip = idShip;
     OnDeliveryToCarrier   = onDeliveryToCarrier;
     TotalPaymentToCarrier = totalPaymentToCarrier;
 }
Exemplo n.º 4
0
 public InfoOrderMV(ManagerDispatchMob managerDispatchMob, InitDasbordDelegate initDasbordDelegate, string statusInspection, string idShipping)
 {
     this.initDasbordDelegate = initDasbordDelegate;
     this.managerDispatchMob  = managerDispatchMob;
     Shipping              = shipping;
     getVechicleDelegate   = GetVehiclwInformations;
     GetShiping            = GetShipings;
     StatusInspection      = statusInspection;
     IdShipping            = idShipping;
     ToInstructionComand   = new DelegateCommand(ToInstruction);
     ToEditPikedUpCommand  = new DelegateCommand(ToEditPikedUp);
     ToEditDeliveryCommand = new DelegateCommand(ToEditDelivery);
     ToPaymentCommand      = new DelegateCommand(ToEditPayment);
     Init();
 }
Exemplo n.º 5
0
 public AskForUsersDelyveryMW(ManagerDispatchMob managerDispatchMob, string idShip, INavigation navigation, GetShiping getShiping, InitDasbordDelegate initDasbordDelegate,
                              GetVechicleDelegate getVechicleDelegate, VehiclwInformation vehiclwInformation, string totalPaymentToCarrier, string paymmant = null)
 {
     this.initDasbordDelegate = initDasbordDelegate;
     this.getVechicleDelegate = getVechicleDelegate;
     this.getShiping          = getShiping;
     this.managerDispatchMob  = managerDispatchMob;
     Navigation            = navigation;
     VehiclwInformation    = vehiclwInformation;
     IdShip                = idShip;
     TotalPaymentToCarrier = totalPaymentToCarrier;
     GoToFeedBackCommand   = new DelegateCommand(GoToFeedBack);
     if (paymmant != null)
     {
         Payment = paymmant;
     }
 }
Exemplo n.º 6
0
 public FullPagePhoto(ManagerDispatchMob managerDispatchMob, VehiclwInformation vehiclwInformation, string idShip, string pngPaternPhoto, string typeCar, int photoIndex, InitDasbordDelegate initDasbordDelegate,
                      GetVechicleDelegate getVechicleDelegate, string nameLayoute, string onDeliveryToCarrier, string totalPaymentToCarrier)
 {
     this.pngPaternPhoto = pngPaternPhoto;
     fullPagePhotoMV     = new FullPagePhotoMV(managerDispatchMob, vehiclwInformation, idShip, typeCar, photoIndex, Navigation, initDasbordDelegate, getVechicleDelegate, onDeliveryToCarrier, totalPaymentToCarrier);
     InitializeComponent();
     BindingContext     = fullPagePhotoMV;
     paternPhoto.Source = pngPaternPhoto;
     dmla.IsVisible     = false;
     Xamarin.Forms.NavigationPage.SetHasNavigationBar(this, false);
     if (fullPagePhotoMV.Car.TypeIndex != null && fullPagePhotoMV.Car.TypeIndex != "")
     {
         NameSelectPhoto.Text = $"{nameLayoute} - {photoIndex}/{fullPagePhotoMV.Car.CountCarImg}";
     }
     else
     {
         NameSelectPhoto.Text = "--------------------";
     }
 }
Exemplo n.º 7
0
 public CameraStrapAndTrack(ManagerDispatchMob managerDispatchMob, VehiclwInformation vehiclwInformation, string idShip, InitDasbordDelegate initDasbordDelegate, GetVechicleDelegate getVechicleDelegate,
                            string onDeliveryToCarrier, string totalPaymentToCarrier, string nameVehicl)
 {
     cameraStrapAndTrackMV = new CameraStrapAndTrackMV(managerDispatchMob, vehiclwInformation, idShip, initDasbordDelegate, getVechicleDelegate, onDeliveryToCarrier, totalPaymentToCarrier, nameVehicl)
     {
         Navigation = this.Navigation
     };
     InitializeComponent();
     Xamarin.Forms.NavigationPage.SetHasNavigationBar(this, false);
     On <iOS>().SetPrefersStatusBarHidden(StatusBarHiddenMode.True)
     .SetPreferredStatusBarUpdateAnimation(UIStatusBarAnimation.Fade);
     DependencyService.Get <IOrientationHandler>().ForceSensor();
     paternPhoto.Source = $"{cameraStrapAndTrackMV.Car.TypeIndex.Replace(" ", "")}{cameraStrapAndTrackMV.Car.GetIndexCar(countPhoto)}.png";
     titlePhoto.Text    = cameraStrapAndTrackMV.Car.GetNameLayout(cameraStrapAndTrackMV.Car.GetIndexCar(countPhoto));
 }
 public ClientStart(ManagerDispatchMob managerDispatchMob, string idShip, InitDasbordDelegate initDasbordDelegate, string onDeliveryToCarrier, string totalPaymentToCarrier, VehiclwInformation vehiclwInformation, GetShiping getShiping, GetVechicleDelegate getVechicleDelegate, bool isproplem)
 {
     askForUserDelyvery = new AskForUserDelyvery(managerDispatchMob, idShip, initDasbordDelegate, onDeliveryToCarrier, totalPaymentToCarrier, vehiclwInformation, getShiping, getVechicleDelegate, isproplem);
     InitializeComponent();
 }
Exemplo n.º 9
0
 public AskPageDelyvery(ManagerDispatchMob managerDispatchMob, VehiclwInformation vehiclwInformation, string idShip, InitDasbordDelegate initDasbordDelegate, GetVechicleDelegate getVechicleDelegate,
                        string onDeliveryToCarrier, string totalPaymentToCarrier, GetShiping getShiping)
 {
     askDelyveryMV             = new AskDelyveryMV(managerDispatchMob, vehiclwInformation, idShip, Navigation, getShiping, initDasbordDelegate, getVechicleDelegate, onDeliveryToCarrier, totalPaymentToCarrier);
     askDelyveryMV.AskDelyvery = new AskDelyvery();
     InitializeComponent();
     BindingContext = askDelyveryMV;
     InitAsk();
 }
Exemplo n.º 10
0
 public Ask1Page(ManagerDispatchMob managerDispatchMob, VehiclwInformation vehiclwInformation, string idShip, InitDasbordDelegate initDasbordDelegate, GetVechicleDelegate getVechicleDelegate, string typeCar,
                 string onDeliveryToCarrier, string totalPaymentToCarrier)
 {
     ask1PageMV      = new Ask1PageMV(managerDispatchMob, vehiclwInformation, idShip, Navigation, initDasbordDelegate, getVechicleDelegate, onDeliveryToCarrier, totalPaymentToCarrier, typeCar);
     ask1PageMV.Ask1 = new Ask1();
     InitializeComponent();
     BindingContext = ask1PageMV;
 }
Exemplo n.º 11
0
 public AskForUserDelyvery(ManagerDispatchMob managerDispatchMob, string idShip, InitDasbordDelegate initDasbordDelegate, string OnDeliveryToCarrier, string totalPaymentToCarrier,
                           VehiclwInformation vehiclwInformation, GetShiping getShiping, GetVechicleDelegate getVechicleDelegate, bool isproplem)
 {
     askForUsersDelyveryMW = new AskForUsersDelyveryMW(managerDispatchMob, idShip, Navigation, getShiping, initDasbordDelegate, getVechicleDelegate, vehiclwInformation, totalPaymentToCarrier);
     askForUsersDelyveryMW.AskForUserDelyveryM = new AskForUserDelyveryM();
     InitializeComponent();
     BindingContext = askForUsersDelyveryMW;
     InitElemnt(isproplem);
     InitPayment(OnDeliveryToCarrier, totalPaymentToCarrier);
 }