From c758f0cbc600248fae603e021523e3832e609a45 Mon Sep 17 00:00:00 2001 From: Mo_Ink <64246616+Mo-Ink@users.noreply.github.com> Date: Sat, 12 Dec 2020 17:55:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5KeywordEditWindow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SeewoHelper/Forms/KeywordEditWindow.Designer.cs | 2 +- SeewoHelper/Forms/KeywordEditWindow.cs | 4 ++-- SeewoHelper/Forms/SubjectStorageInfoGettingWindow.cs | 2 +- SeewoHelper/SeewoHelper.csproj | 10 +++++----- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/SeewoHelper/Forms/KeywordEditWindow.Designer.cs b/SeewoHelper/Forms/KeywordEditWindow.Designer.cs index c62214b..8907007 100644 --- a/SeewoHelper/Forms/KeywordEditWindow.Designer.cs +++ b/SeewoHelper/Forms/KeywordEditWindow.Designer.cs @@ -1,7 +1,7 @@  namespace SeewoHelper.Forms { - partial class KeywordWindow + partial class KeywordEditWindow { /// /// Required designer variable. diff --git a/SeewoHelper/Forms/KeywordEditWindow.cs b/SeewoHelper/Forms/KeywordEditWindow.cs index eb08435..94ec75e 100644 --- a/SeewoHelper/Forms/KeywordEditWindow.cs +++ b/SeewoHelper/Forms/KeywordEditWindow.cs @@ -10,9 +10,9 @@ namespace SeewoHelper.Forms { - public partial class KeywordWindow : Form + public partial class KeywordEditWindow : Form { - public KeywordWindow() + public KeywordEditWindow() { InitializeComponent(); } diff --git a/SeewoHelper/Forms/SubjectStorageInfoGettingWindow.cs b/SeewoHelper/Forms/SubjectStorageInfoGettingWindow.cs index c606b04..fca158d 100644 --- a/SeewoHelper/Forms/SubjectStorageInfoGettingWindow.cs +++ b/SeewoHelper/Forms/SubjectStorageInfoGettingWindow.cs @@ -45,7 +45,7 @@ private void ButtonCancel_Click(object sender, EventArgs e) private void ButtonEditKeyword_Click(object sender, EventArgs e) { - new KeywordWindow().ShowDialog(); + new KeywordEditWindow().ShowDialog(); } } } diff --git a/SeewoHelper/SeewoHelper.csproj b/SeewoHelper/SeewoHelper.csproj index e23273b..afd44e3 100644 --- a/SeewoHelper/SeewoHelper.csproj +++ b/SeewoHelper/SeewoHelper.csproj @@ -55,11 +55,11 @@ AboutWindow.cs - + Form - - KeywordWindow.cs + + KeywordEditWindow.cs Form @@ -88,8 +88,8 @@ AboutWindow.cs - - KeywordWindow.cs + + KeywordEditWindow.cs SubjectStorageInfoGettingWindow.cs