liufei 3 лет назад
Родитель
Сommit
c13593bdf4
2 измененных файлов с 1 добавлено и 1 удалено
  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