예제 #1
0
 protected override void DoDispose(bool isDisposing)
 {
     if (DispatcherThread != null)
     {
         DispatcherThread.Dispose();
         DispatcherThread = null;
     }
     Browser = null;
     base.DoDispose(isDisposing);
 }
예제 #2
0
 public Fixture()
 {
     DispatcherThread = new DispatcherThread();
 }