public ConversationAndPurchasesMV(ManagerVazoo managerVazoo, InitMesage initMesage = null, Models.Messages messages = null, string mesageID = null, bool iseBay = false)
 {
     this.managerVazoo     = managerVazoo;
     ToPurchasesCommand    = new DelegateCommand(ToPurchases);
     ToSettingsCommand     = new DelegateCommand(ToSettings);
     SendOrRaplyCommand    = new DelegateCommand(SendOrRaply);
     DeletedMsgCommand     = new DelegateCommand(Confirm);
     RefreshMessageCommand = new DelegateCommand(InitConversation);
     this.initMesage       = initMesage;
     if (messages != null)
     {
         MessagesID = messages.ID.ToString();
     }
     else
     {
         MessagesID = mesageID;
     }
     if (!iseBay)
     {
         InitConversation();
         InitPurchases();
     }
     else
     {
         IsEnambleSend = true;
     }
 }
 public Conversation(ManagerVazoo managerVazoo, Models.Messages messages, InitMesage initMesage, string mesageID = null)
 {
     conversationMV            = new ConversationAndPurchasesMV(managerVazoo, initMesage, messages, mesageID);
     conversationMV.Navigation = Navigation;
     InitializeComponent();
     BindingContext = conversationMV;
 }
Ejemplo n.º 3
0
 public PageForeBay(string eBayUrl, string subject, ManagerVazoo managerVazoo, string messageID)
 {
     conversationAndPurchasesMV = new ConversationAndPurchasesMV(managerVazoo, null, null, messageID, true);
     this.eBayUrl = eBayUrl;
     InitializeComponent();
     subj.Text      = subject;
     BindingContext = conversationAndPurchasesMV;
 }
 public RegistrationViewModels()
 {
     ToHelpeCommand        = new DelegateCommand(ToHelpe);
     managerVazoo          = new ManagerVazoo();
     BackCommand           = new DelegateCommand(Back);
     ToRegistrationCommand = new DelegateCommand(ToRegistration);
     ToYoutubeCommand      = new DelegateCommand(ToYoutube);
     ToFaceBockCommand     = new DelegateCommand(ToFaceBock);
 }
Ejemplo n.º 5
0
 public HelpViewModels()
 {
     managerVazoo        = new ManagerVazoo();
     ToBackCommand       = new DelegateCommand(ToBack);
     ToVlazoo_WebCommand = new DelegateCommand(ToVlazoo_Web);
     SendCommand         = new DelegateCommand(Send);
     ToYoutubeCommand    = new DelegateCommand(ToYoutube);
     ToFaceBockCommand   = new DelegateCommand(ToFaceBock);
 }
 public BulkPostagePrinting(ManagerVazoo managerVazoo, List <OrderInfo> SelectProduct, InitDasbordDelegate initDasbord, DashbordMW dashbordMW)
 {
     bulkPostagePrintingMV = new BulkPostagePrintingMV(managerVazoo, SelectProduct, initDasbord, dashbordMW)
     {
         Navigation = this.Navigation
     };
     InitializeComponent();
     BindingContext = bulkPostagePrintingMV;
 }
Ejemplo n.º 7
0
 public ProfileV(ManagerVazoo managerVazoo)
 {
     InitializeComponent();
     profileMW = new ProfileMW(managerVazoo)
     {
         Navigation = this.Navigation
     };
     BindingContext = profileMW;
 }
Ejemplo n.º 8
0
 public MesagesFolderMV(ManagerVazoo managerVazoo, MenuDetalePage menuDetalePage)
 {
     this.managerVazoo   = managerVazoo;
     this.menuDetalePage = menuDetalePage;
     Type       = 1;
     Name       = "Today";
     initMesage = InitMessages;
     InitMessages();
 }
Ejemplo n.º 9
0
 public MenuMW()
 {
     managerVazoo  = new ManagerVazoo();
     ToHelpCommand = new DelegateCommand(ToHelp);
     InitMessages();
     ToYoutubeCommand  = new DelegateCommand(ToYoutube);
     ToFaceBockCommand = new DelegateCommand(ToFaceBock);
     NameProfile       = CrossSettings.Current.GetValueOrDefault("userName", "N/D");
 }
 public BulkPostagePrintingMV(ManagerVazoo managerVazoo, List <OrderInfo> selectProducts, InitDasbordDelegate initDasbord, DashbordMW dashbordMW)
 {
     this.dashbordMW     = dashbordMW;
     GoToSettingsCommand = new DelegateCommand(GoToSettings);
     SourceAddr          = new CAddressBase();
     this.initDasbord    = initDasbord;
     this.managerVazoo   = managerVazoo;
     Init(selectProducts);
     CheckPrintingApp();
 }
Ejemplo n.º 11
0
 public ProfileMW(ManagerVazoo managerVazoo)
 {
     this.managerVazoo      = managerVazoo;
     Profile                = new ProfileData();
     UpdateCommand          = new DelegateCommand(Update);
     ToEditCommand          = new DelegateCommand(ToEdit);
     EditCommand            = new DelegateCommand(Edit);
     EBayAllowAccessCommand = new DelegateCommand(EBayAllowAccess);
     Init();
 }
 public PasswordRecoveryViewModels()
 {
     managerVazoo          = new ManagerVazoo();
     BackCommand           = new DelegateCommand(ToBack);
     ToHelpeCommand        = new DelegateCommand(ToHelpe);
     ToVlazoo_WebCommand   = new DelegateCommand(ToVlazoo_Web);
     RemindPasswordCommand = new DelegateCommand(RemindPassword);
     ToYoutubeCommand      = new DelegateCommand(ToYoutube);
     ToFaceBockCommand     = new DelegateCommand(ToFaceBock);
 }
 public AvthorizationViewModels()
 {
     managerVazoo = new ManagerVazoo();
     BackCommand  = new DelegateCommand(Back);
     ToPasswordRecoveryCommand = new DelegateCommand(ToPasswordRecovery);
     ToHelpCommand             = new DelegateCommand(ToHelp);
     ToYoutubeCommand          = new DelegateCommand(ToYoutube);
     ToFaceBockCommand         = new DelegateCommand(ToFaceBock);
     AutorisationCommand       = new DelegateCommand(Authorisation);
 }
Ejemplo n.º 14
0
 public DashboardPage(ManagerVazoo managerVazoo, MenuDetalePage menuDetalePage)
 {
     InitializeComponent();
     this.managerVazoo = managerVazoo;
     dashbordMW        = new DashbordMW(managerVazoo, menuDetalePage)
     {
         Navigation = this.Navigation
     };
     InitElement();
     BindingContext = dashbordMW;
 }
Ejemplo n.º 15
0
 public DashbordMW(ManagerVazoo managerVazoo, MenuDetalePage menuDetalePage)
 {
     this.managerVazoo        = managerVazoo;
     this.menuDetalePage      = menuDetalePage;
     this.initDasbordDelegate = UpdateOrder;
     SelectProduct            = new List <OrderInfo>();
     serchOrder = new List <OrderInfo>();
     Type       = 1;
     Init();
     ToBulkPostagePrintingCommand = new DelegateCommand(ToBulkPostagePrinting);
     UpdateCommandOrder           = new DelegateCommand(UpdateOrder);
 }
Ejemplo n.º 16
0
 public OrderOnePinting(OrderInfo orderInfo, ManagerVazoo managerVazoo, InitDasbordDelegate initDasbord, DashbordMW dashbordMW)
 {
     fullInfoOneOrderAndPrintingMV = new FullInfoOneOrderAndPrintingMV(orderInfo, managerVazoo, initDasbord, dashbordMW)
     {
         Navigation = this.Navigation
     };
     InitializeComponent();
     BindingContext     = fullInfoOneOrderAndPrintingMV;
     sw.IsToggled       = false;
     confirmationL.Text = "Delivery Confirmation";
     fullInfoOneOrderAndPrintingMV.SignatureConfirmation = false;
     fullInfoOneOrderAndPrintingMV.DeliveryConfirmation  = true;
 }
 public PrintingShipingLabe(ManagerVazoo managerVazoo)
 {
     printingShipingLabeMW = new PrintingShipingLabeMW(managerVazoo);
     InitializeComponent();
     BindingContext     = printingShipingLabeMW;
     sw.IsToggled       = false;
     confirmationL.Text = "Delivery Confirmation";
     printingShipingLabeMW.SignatureConfirmation = false;
     printingShipingLabeMW.DeliveryConfirmation  = true;
     DLength.Text = "";
     DHeigh.Text  = "";
     DWidth.Text  = "";
 }
Ejemplo n.º 18
0
 public PrintingShipingLabeMW(ManagerVazoo managerVazoo)
 {
     carriers                      = new List <Carrier>();
     this.managerVazoo             = managerVazoo;
     cAddressBase                  = new Vazoo1123.Models.CAddressBase();
     SourceAddr                    = new Vazoo1123.Models.CAddressBase();
     IsValid                       = false;
     cDimensions                   = new CDimensions();
     InitToAddressCommand          = new DelegateCommand(InitToAddress);
     InitFromAddressCommand        = new DelegateCommand(InitFromAddress);
     DisplayShippingOptionsCommand = new DelegateCommand(DisplayShippingOptions);
     Postage                       = "10.00";
     Init();
     CheckPrintingApp();
 }
 public FullInfoOneOrderAndPrintingMV(OrderInfo orderInfo, ManagerVazoo managerVazoo, InitDasbordDelegate initDasbord, DashbordMW dashbordMW)
 {
     this.dashbordMW   = dashbordMW;
     carriers          = new List <Carrier>();
     this.managerVazoo = managerVazoo;
     this.initDasbord  = initDasbord;
     OrderInfo         = orderInfo;
     Carrier           = orderInfo.CarrierOptimal;
     if (Carrier != null)
     {
         IsValid         = true;
         TypeShipeMethod = Carrier.CompanyName;
     }
     InitForFullInfoOrder(orderInfo.ShipToAddress);
     InitDisplayShippingOptions();
     InitForDisplayShippingOptions();
     CheckPrintingApp();
 }
Ejemplo n.º 20
0
 public BuyPostageMW(ManagerVazoo managerVazoo)
 {
     this.managerVazoo = managerVazoo;
     Init();
     Postage = "10.00";
 }
 public RegistrationConfirmationMW()
 {
     managerVazoo = new ManagerVazoo();
     CheckCommand = new DelegateCommand(CheckCode);
 }
Ejemplo n.º 22
0
 public HistoriMesage(ManagerVazoo managerVazoo, MenuDetalePage menuDetalePage)
 {
     InitializeComponent();
     this.mesagesFolderMV = new MesagesFolderMV(managerVazoo, menuDetalePage);
     BindingContext       = mesagesFolderMV;
 }
Ejemplo n.º 23
0
 public BuyPostage(ManagerVazoo managerVazoo)
 {
     buyPostageMW = new BuyPostageMW(managerVazoo);
     InitializeComponent();
     BindingContext = buyPostageMW;
 }