From ac0141b4b49e1d247cecf1b3f0490f58b59f2fe1 Mon Sep 17 00:00:00 2001 From: Falcon <12919280+falconfly@user.noreply.gitee.com> Date: Tue, 8 Oct 2024 11:13:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CalendarNotepad/WorkMain.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/CalendarNotepad/WorkMain.cs b/CalendarNotepad/WorkMain.cs index 86fa39b..0fa435c 100644 --- a/CalendarNotepad/WorkMain.cs +++ b/CalendarNotepad/WorkMain.cs @@ -460,7 +460,6 @@ namespace CalendarNotepad string[] files = (string[])e.Data.GetData(DataFormats.FileDrop); var wd = this.mcWorkDay.SelectionStart.ToString("yyyyMMdd"); foreach(string file in files) { - MessageBox.Show(file); var fk = PlusFile.SaveFileToDb(this.Db,file); this.Db.Insertable(new WorkUnitPlusFile { FileKey = fk,