From 64cfe5fdd7c77b4cfaa8fd7cad2f02a6a5fffdb0 Mon Sep 17 00:00:00 2001 From: ww-rm Date: Wed, 9 Apr 2025 01:09:57 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=90=E5=AE=9Areadonly?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SpineViewer/Dialogs/ProgressDialog.cs | 2 +- SpineViewer/Forms/SpineViewerForm.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SpineViewer/Dialogs/ProgressDialog.cs b/SpineViewer/Dialogs/ProgressDialog.cs index 560d946..ba00b1e 100644 --- a/SpineViewer/Dialogs/ProgressDialog.cs +++ b/SpineViewer/Dialogs/ProgressDialog.cs @@ -14,7 +14,7 @@ namespace SpineViewer.Dialogs { public partial class ProgressDialog : Form { - private Logger logger = LogManager.GetCurrentClassLogger(); + private readonly Logger logger = LogManager.GetCurrentClassLogger(); public ProgressDialog() { diff --git a/SpineViewer/Forms/SpineViewerForm.cs b/SpineViewer/Forms/SpineViewerForm.cs index 7a7dc30..5468092 100644 --- a/SpineViewer/Forms/SpineViewerForm.cs +++ b/SpineViewer/Forms/SpineViewerForm.cs @@ -12,7 +12,7 @@ namespace SpineViewer { internal partial class SpineViewerForm : Form { - private Logger logger = LogManager.GetCurrentClassLogger(); + private readonly Logger logger = LogManager.GetCurrentClassLogger(); public SpineViewerForm() {