Browse Source

Esc退出窗口

liufei 3 years ago
parent
commit
c13593bdf4
2 changed files with 1 additions and 1 deletions
  1. 1 1
      GeekDesk.csproj
  2. 0 0
      Interface/IWindowCommon.cs

+ 1 - 1
GeekDesk.csproj

@@ -189,7 +189,7 @@
     <Compile Include="DraggAnimatedPanel\DraggAnimatedPanel.cs" />
     <Compile Include="DraggAnimatedPanel\DraggAnimatedPanel.Drag.cs" />
     <Compile Include="Converts\HideTypeConvert.cs" />
-    <Compile Include="Interface\WindowCommon.cs" />
+    <Compile Include="Interface\IWindowCommon.cs" />
     <Compile Include="Task\ToDoTask.cs" />
     <Compile Include="Thread\MouseHookThread.cs" />
     <Compile Include="Thread\DispatcherBuild.cs" />

+ 0 - 0
Interface/WindowCommon.cs → Interface/IWindowCommon.cs