From c13593bdf435a87ae69dea8809e2fa3e8dd9ae0b Mon Sep 17 00:00:00 2001 From: liufei Date: Mon, 20 Dec 2021 09:42:13 +0800 Subject: [PATCH] =?UTF-8?q?Esc=E9=80=80=E5=87=BA=E7=AA=97=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GeekDesk.csproj | 2 +- Interface/{WindowCommon.cs => IWindowCommon.cs} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename Interface/{WindowCommon.cs => IWindowCommon.cs} (100%) diff --git a/GeekDesk.csproj b/GeekDesk.csproj index cecc547..d67ab1b 100644 --- a/GeekDesk.csproj +++ b/GeekDesk.csproj @@ -189,7 +189,7 @@ - + diff --git a/Interface/WindowCommon.cs b/Interface/IWindowCommon.cs similarity index 100% rename from Interface/WindowCommon.cs rename to Interface/IWindowCommon.cs