Пример #1
0
        private LabService()
        {
            this.DAL = new LabDAL();
            this.Export = new ExportData();
            this.Image2ImageMap = new Hashtable(40);
            this.RequestQueue = new BlockingCollection<LabReport>(5000);

            this.Init();
        }
Пример #2
0
 public PDFTest()
 {
     this.pdf = new ExportData();
 }