Explorar o código

Fixed dispose calls (one I missed).

Tig hai 1 ano
pai
achega
1e5ac783c5
Modificáronse 1 ficheiros con 0 adicións e 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 ();
                                              }
                                          };