We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80eb2b8 commit af92ec8Copy full SHA for af92ec8
src/Shared/HandyControl_Shared/HandyControls/Controls/Window!.cs
@@ -4,10 +4,14 @@
4
using System.Windows.Data;
5
using System.Windows.Interop;
6
using System.Windows.Media;
7
-using System.Windows.Shell;
8
using HandyControl.Data;
9
using HandyControl.Tools;
10
using HandyControl.Tools.Interop;
+#if NET40
11
+using Microsoft.Windows.Shell;
12
+#else
13
+using System.Windows.Shell;
14
+#endif
15
16
namespace HandyControl.Controls;
17
0 commit comments