Explorar el Código

Fixed dispose calls (one I missed).

Tig hace 1 año
padre
commit
1e5ac783c5
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      UICatalog/Scenarios/BackgroundWorkerCollection.cs

+ 0 - 1
UICatalog/Scenarios/BackgroundWorkerCollection.cs

@@ -485,7 +485,6 @@ public class BackgroundWorkerCollection : Scenario
                                                  }
 #endif
                                                  Application.Run (stagingUI);
-                                                 stagingUI.Dispose ();
                                              }
                                          };