Exemplo n.º 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;
 }
Exemplo n.º 2
0
 private void btn_GetDQList_Click(object sender, EventArgs e)
 {
     try
     {
         this.DQItemBEList = this.GetDQItems();
         this.SetViewedItem(this.DQItems, "Download Queue Items.");
     }
     catch (Exception ex)
     {
         this.SetViewedItem(ex, "Error during GetDownloadQueueItems:");
     }
 }
Exemplo n.º 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();
 }