Exemple #1
0
 public void InitizializeMyForm()
 {
     this.DQItemBEList       = new DownloadQueueItemBEList();
     this.ArchivedFormTaskBE = new ArchivedFormTaskDQBE();
     this.SetUpObjectsForPropertyGrid();
     this.dqEPFunc = new Functionality.DownloadQueueEndPointFunctionality();
     this.dqEPFunc.ReturnMessageXml += this.ReturnMessageXmlHandler;
 }
Exemple #2
0
 private void btn_getArchFormTask_Click(object sender, EventArgs e)
 {
     try
     {
         this.ArchivedFormTaskBE = this.GetArchivedFormTask();
         this.SetViewedItem(this.ArchivedFormTaskBE, "Archived FormTask");
     }
     catch (Exception ex)
     {
         this.SetViewedItem(ex, "Error during GetArchivedFormTask");
     }
 }
Exemple #3
0
 public void InitizializeMyForm()
 {
     getDqs             = new GetDownloadQueueShipment();
     baseShipment       = new DownloadQueueBaseShipment();
     extShipment        = new DownloadQueueExtendedShipment();
     baseResult         = new BaseResult();
     DqItemBeList       = new DownloadQueueItemBEList();
     ArchivedFormTaskBe = new ArchivedFormTaskDQBE();
     SetUpObjectsForPropertyGrid();
     DqEpFunc = new DownloadQueueEndPointFunctionalityEC2();
     DqEpFunc.ReturnMessageXml += ReturnMessageXmlHandler;
     AssignActions();
 }