From: newton-cn Date: Thu, 29 Jan 2026 08:35:20 +0000 (+0900) Subject: dddd X-Git-Url: https://git.insang.kr/gitweb/?a=commitdiff_plain;h=cb1519bbfeb4939dd49502375d5fb9a0b67498f1;p=newton-cn_pos.git dddd --- diff --git a/.vs/newton-cn/v16/.suo b/.vs/newton-cn/v16/.suo index 5b3b206..3e06149 100644 Binary files a/.vs/newton-cn/v16/.suo and b/.vs/newton-cn/v16/.suo differ diff --git a/newton-cn/Form9.cs b/newton-cn/Form9.cs index d9fa7b4..4596459 100644 --- a/newton-cn/Form9.cs +++ b/newton-cn/Form9.cs @@ -131,7 +131,7 @@ namespace newton_cn var timer = new System.Windows.Forms.Timer(); int step = 0; - timer.Interval = 500; // ENTER까지 0.1초 + timer.Interval = 100; // ENTER까지 0.1초 timer.Tick += (_, __) => { diff --git a/newton-cn/bin/Release/newton-cn.exe b/newton-cn/bin/Release/newton-cn.exe index 4938ad4..42bc715 100644 Binary files a/newton-cn/bin/Release/newton-cn.exe and b/newton-cn/bin/Release/newton-cn.exe differ diff --git a/newton-cn/bin/Release/newton-cn.pdb b/newton-cn/bin/Release/newton-cn.pdb index f193ad6..27c65fc 100644 Binary files a/newton-cn/bin/Release/newton-cn.pdb and b/newton-cn/bin/Release/newton-cn.pdb differ diff --git a/newton-cn/obj/Release/newton-cn.exe b/newton-cn/obj/Release/newton-cn.exe index 4938ad4..42bc715 100644 Binary files a/newton-cn/obj/Release/newton-cn.exe and b/newton-cn/obj/Release/newton-cn.exe differ diff --git a/newton-cn/obj/Release/newton-cn.pdb b/newton-cn/obj/Release/newton-cn.pdb index f193ad6..27c65fc 100644 Binary files a/newton-cn/obj/Release/newton-cn.pdb and b/newton-cn/obj/Release/newton-cn.pdb differ