Ejemplo n.º 1
0
        public void TestTextProperty()
        {
            ThreadManager threadManager = new ThreadManager();

            HliForm hliForm = new HliForm();

            DicomThread1 dicomThread1 = new DicomThread1(hliForm);

            dicomThread1.Initialize(threadManager);
            // No logging needed this time.
            dicomThread1.Options.StartAndStopResultsGatheringEnabled = false;

            hliForm.Attach(dicomThread1);
            dicomThread1.Start();
            dicomThread1.WaitForCompletion();
        }
Ejemplo n.º 2
0
        public void TestTextProperty()
        {
            ThreadManager threadManager = new ThreadManager();

            HliForm hliForm = new HliForm();

            DicomThread1 dicomThread1 = new DicomThread1(hliForm);
            dicomThread1.Initialize(threadManager);
            // No logging needed this time.
            dicomThread1.Options.StartAndStopResultsGatheringEnabled = false;

            hliForm.Attach(dicomThread1);
            dicomThread1.Start();
            dicomThread1.WaitForCompletion();
        }