2
0
tznind 10 сар өмнө
parent
commit
18f185d7fb

+ 8 - 0
UICatalog/Scenarios/Images.cs

@@ -84,6 +84,14 @@ public class Images : Scenario
         Application.Run (win);
         win.Dispose ();
         Application.Shutdown ();
+
+    }
+
+    /// <inheritdoc />
+    protected override void Dispose (bool disposing)
+    {
+        base.Dispose (disposing);
+        _imageView.Dispose ();
     }
 
     private void OpenImage (object sender, HandledEventArgs e)