From ed7527c5a58a1a12c1e03a6653084b2eba680350 Mon Sep 17 00:00:00 2001 From: jasonchenwork Date: Tue, 8 Apr 2025 12:04:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AA=BF=E6=95=B4=E8=AD=A6=E5=91=8A=E6=A8=99?= =?UTF-8?q?=E8=AA=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PrimaryFormParts/PrimaryForm.cs | 1 - superstar_1.0.0.csproj | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/PrimaryFormParts/PrimaryForm.cs b/PrimaryFormParts/PrimaryForm.cs index 24ba78d..832cd52 100644 --- a/PrimaryFormParts/PrimaryForm.cs +++ b/PrimaryFormParts/PrimaryForm.cs @@ -293,7 +293,6 @@ namespace DualScreenDemo private Dictionary initialControlPositions = new Dictionary(); private Panel sendOffPanel; - private PictureBox sendOffPictureBox; private static Bitmap normalStateImageHotSong; private static Bitmap mouseDownImageHotSong; diff --git a/superstar_1.0.0.csproj b/superstar_1.0.0.csproj index 148e1aa..70e6f9f 100644 --- a/superstar_1.0.0.csproj +++ b/superstar_1.0.0.csproj @@ -10,6 +10,7 @@ true app.manifest true + CS8618,CS8602,CS8622,CS8625,CS8600,CS8603,CS8601,CS8604,CS4014