Example #1
0
 public ReporteeArchiveForm()
 {
     InitializeComponent();
     SetupObjectsForPropertyGrid();
     ArchivedFormTask              = new ArchivedFormTaskV2();
     Attachment                    = new AttachmentBEV2();
     ArchivedLookup                = new ArchivedLookupExternal();
     repArchFunc                   = new Functionality.ReporteeArchiveEndPointFunctionality();
     repArchFunc.ReturnMessageXml += ReturnMessageXmlHandler;
     GetFTShipment                 = new ReporteeArchiveShipment();
     GetLUShipment                 = new ReporteeArchiveLookupShipment();
     SetupDataBindings();
 }
Example #2
0
 public ReporteeArchiveFormEC2()
 {
     InitializeComponent();
     SetupObjectsForPropertyGrid();
     ArchivedFormTask              = new ArchivedFormTaskV2();
     Attachment                    = new AttachmentBEV2();
     ArchivedLookup                = new ArchivedLookupExternal();
     RepArchFunc                   = new ReporteeArchiveEndPointFunctionalityEC2();
     RepArchFunc.ReturnMessageXml += ReturnMessageXmlHandler;
     GetFtShipment                 = new ReporteeArchiveShipment();
     GetLuShipment                 = new ReporteeArchiveLookupShipment();
     AttachmentShipment            = new AttachmentBaseShipment();
     ArchiveBaseShipment           = new ArchiveBaseShipment();
     BaseShipment                  = new BaseShipment();
     AssignActions();
 }
 private void GetArchivedFormTask()
 {
     ArchivedFormTask = soaFunc.GetSOArchiveArchivedFormTaskV2(SystemUsername, SystemPassword, SOAShipment.ReporteeElementID, SOAShipment.LanguageID, SelectedEndpointName, SelectedCertificate);
 }