From b80e511545ac00da75bf34ed2bf04ce53408b8ff Mon Sep 17 00:00:00 2001 From: Rosario Pulella Date: Wed, 10 Feb 2021 13:01:35 -0500 Subject: [PATCH] Fix ref to namespace of Debounce extention --- .../CanvasPathGeometry/CanvasPathGeometryPage.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Microsoft.Toolkit.Uwp.SampleApp/SamplePages/CanvasPathGeometry/CanvasPathGeometryPage.xaml.cs b/Microsoft.Toolkit.Uwp.SampleApp/SamplePages/CanvasPathGeometry/CanvasPathGeometryPage.xaml.cs index be47e48ce48..b0acb1f0de5 100644 --- a/Microsoft.Toolkit.Uwp.SampleApp/SamplePages/CanvasPathGeometry/CanvasPathGeometryPage.xaml.cs +++ b/Microsoft.Toolkit.Uwp.SampleApp/SamplePages/CanvasPathGeometry/CanvasPathGeometryPage.xaml.cs @@ -8,7 +8,7 @@ using System.Text; using Microsoft.Graphics.Canvas.Geometry; using Microsoft.Graphics.Canvas.UI.Xaml; -using Microsoft.Toolkit.Uwp.UI.Extensions; +using Microsoft.Toolkit.Uwp.Extensions; using Microsoft.Toolkit.Uwp.UI.Media.Geometry; using Windows.System; using Windows.UI;