Sfoglia il codice sorgente

Fixed dispose calls (one I missed).

Tig 1 anno fa
parent
commit
1e5ac783c5
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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 ();
                                              }
                                          };