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(); }
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(); }