Browse Source

Fixed dispose calls (one I missed).

Tig 1 năm trước cách đây
mục cha
commit
1e5ac783c5
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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 ();
                                              }
                                          };