protected ShipmentAutomationMapBase(IShipmentAutomationControlHelper automationControlHelper, AutomationElement rootAutomationElement, ISmartShipmentMessagesProvider messagesProvider)
 {
     AutomationControlHelper = automationControlHelper;
     RootAutomationElement   = rootAutomationElement;
     MessagesProvider        = messagesProvider;
     CloseModalWindowsWait();
     Init();
 }
Esempio n. 2
0
 public ShipmentAutomationComboBox(IShipmentAutomationControlHelper automationControlHelper, ISmartShipmentMessagesProvider messagesProvider) : base(messagesProvider)
 {
     AutomationControlHelper = automationControlHelper;
 }
Esempio n. 3
0
 public ShipmentAutomationTabItem(IShipmentAutomationControlHelper automationControlHelper)
 {
     AutomationControlHelper = automationControlHelper;
 }
Esempio n. 4
0
 public FedExShipAlertTabMap(IShipmentAutomationControlHelper automationControlHelper, AutomationElement rootAutomationElement, ISmartShipmentMessagesProvider messagesProvider) : base(automationControlHelper, rootAutomationElement, messagesProvider)
 {
 }
Esempio n. 5
0
 public ShipmentAutomationTolbar(IShipmentAutomationControlHelper automationControlHelper) : base(automationControlHelper)
 {
     _toolbarButtons = new List <ShipmentAutomationButton>();
 }
Esempio n. 6
0
 public UpsManagerMap(IShipmentAutomationControlHelper automationControlHelper, AutomationElement rootAutomationElement, ISmartShipmentMessagesProvider messagesProvider) : base(automationControlHelper, rootAutomationElement, messagesProvider)
 {
 }
 public ShipmentAutomationTab(IShipmentAutomationControlHelper automationControlHelper) : base(automationControlHelper)
 {
     _toolbarTabItems = new List <ShipmentAutomationTabItem>();
 }
 public ShipmentAutomationContainerBase(IShipmentAutomationControlHelper automationControlHelper)
 {
     AutomationControlHelper = automationControlHelper;
 }
Esempio n. 9
0
 public ShipmentAutomationButton(IShipmentAutomationControlHelper automationControlHelper)
 {
     AutomationControlHelper = automationControlHelper;
 }