From ac6a90773b3c7d0a0c3cee9f502e3b27d8a31c94 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Wed, 19 Oct 2016 04:20:37 +0200 Subject: [PATCH] WPF uses both .Desktop and .WPF --- samples/WPFSample/WPFSample/MainWindow.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/WPFSample/WPFSample/MainWindow.xaml.cs b/samples/WPFSample/WPFSample/MainWindow.xaml.cs index 9ef9c5295..b6b26dd45 100644 --- a/samples/WPFSample/WPFSample/MainWindow.xaml.cs +++ b/samples/WPFSample/WPFSample/MainWindow.xaml.cs @@ -11,6 +11,7 @@ using System.Windows.Forms.Integration; using System.Windows.Input; using System.Windows.Threading; using SkiaSharp; +using SkiaSharp.Views.Desktop; using SkiaSharp.Views.WPF; namespace SkiaSharpSample.WPFSample