]> insang Git - wevape-lu1_pos.git/commitdiff
액상 위치 지우면 공란으로 들어가도록 변경
authornewton-cn <insang@kakao.com>
Wed, 24 Jul 2024 08:35:10 +0000 (17:35 +0900)
committernewton-cn <insang@kakao.com>
Wed, 24 Jul 2024 08:35:10 +0000 (17:35 +0900)
13 files changed:
.vs/newton-cn/v16/.suo
newton-cn/Form4.cs
newton-cn/bin/Debug/newton-cn.exe
newton-cn/bin/Debug/newton-cn.pdb
newton-cn/bin/Release/newton-cn.exe
newton-cn/bin/Release/newton-cn.pdb
newton-cn/obj/Debug/DesignTimeResolveAssemblyReferences.cache
newton-cn/obj/Debug/newton-cn.exe
newton-cn/obj/Debug/newton-cn.pdb
newton-cn/obj/Release/newton-cn.csproj.AssemblyReference.cache [new file with mode: 0644]
newton-cn/obj/Release/newton-cn.csproj.FileListAbsolute.txt
newton-cn/obj/Release/newton-cn.exe
newton-cn/obj/Release/newton-cn.pdb

index 9c6e1345b522c0f5abc47f1909a592070ed544dc..220afcbb956d6412cc36c14476e82b1888f88c1d 100644 (file)
Binary files a/.vs/newton-cn/v16/.suo and b/.vs/newton-cn/v16/.suo differ
index 7cafda304a3cd6fd86b5deb93c89a6b321ecd9b2..ed27e560010237b94c7628421de0b99d25faf4d8 100644 (file)
@@ -58,7 +58,7 @@ namespace newton_cn
             string location2 = textBox2.Text;
 
 
-            int result = db.setLocation(this.prcode, location1 + "-" + location2);
+            int result = db.setLocation(this.prcode, location1 + (location1 != "" ? "-" : "") + location2);
             if (result == 1)
             {
                 MessageBox.Show(new Form { TopMost = true }, "적용완료");
index 60b065e453efc0f76b899e250620f2716fbf8059..f4929af469770470186c0217280bc869d81b8187 100644 (file)
Binary files a/newton-cn/bin/Debug/newton-cn.exe and b/newton-cn/bin/Debug/newton-cn.exe differ
index 4038310402a2edc8fe879b23f7ad3b606e57fbcb..7b52f8d02a16b24eb75aa4b7324101185acaf717 100644 (file)
Binary files a/newton-cn/bin/Debug/newton-cn.pdb and b/newton-cn/bin/Debug/newton-cn.pdb differ
index 709ceec2324b1d5481e240d1543099ce4ac64e52..54f66024047b9f779845f8dd107c30649d32b02c 100644 (file)
Binary files a/newton-cn/bin/Release/newton-cn.exe and b/newton-cn/bin/Release/newton-cn.exe differ
index 5cab1667469026b791fe77d55c4097408f271a91..319d6285838f28bed23eee6f743b2436a378dd0a 100644 (file)
Binary files a/newton-cn/bin/Release/newton-cn.pdb and b/newton-cn/bin/Release/newton-cn.pdb differ
index 6874d111dc1b650cdc4079c2cae80eba5fa59b69..654bfd100adccba0f028072056d42479394ea2fd 100644 (file)
Binary files a/newton-cn/obj/Debug/DesignTimeResolveAssemblyReferences.cache and b/newton-cn/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ
index 60b065e453efc0f76b899e250620f2716fbf8059..f4929af469770470186c0217280bc869d81b8187 100644 (file)
Binary files a/newton-cn/obj/Debug/newton-cn.exe and b/newton-cn/obj/Debug/newton-cn.exe differ
index 4038310402a2edc8fe879b23f7ad3b606e57fbcb..7b52f8d02a16b24eb75aa4b7324101185acaf717 100644 (file)
Binary files a/newton-cn/obj/Debug/newton-cn.pdb and b/newton-cn/obj/Debug/newton-cn.pdb differ
diff --git a/newton-cn/obj/Release/newton-cn.csproj.AssemblyReference.cache b/newton-cn/obj/Release/newton-cn.csproj.AssemblyReference.cache
new file mode 100644 (file)
index 0000000..9e16c69
Binary files /dev/null and b/newton-cn/obj/Release/newton-cn.csproj.AssemblyReference.cache differ
index ef4d24770da46c778521e676e8eb9016a82d4c5a..6e1fc702cfba8ed6445ddb1e8461c1838f0408fb 100644 (file)
@@ -32,3 +32,4 @@ z:\바탕 화면\insang\workspace\newton-cn_pos\newton-cn\obj\Release\newton-cn.
 z:\바탕 화면\insang\workspace\newton-cn_pos\newton-cn\obj\Release\newton-cn.pdb
 z:\바탕 화면\insang\workspace\newton-cn_pos\newton-cn\obj\Release\newton_cn.Form3.resources
 z:\바탕 화면\insang\workspace\newton-cn_pos\newton-cn\obj\Release\newton_cn.Form4.resources
+z:\바탕 화면\insang\workspace\newton-cn_pos\newton-cn\obj\Release\newton-cn.csproj.AssemblyReference.cache
index 709ceec2324b1d5481e240d1543099ce4ac64e52..54f66024047b9f779845f8dd107c30649d32b02c 100644 (file)
Binary files a/newton-cn/obj/Release/newton-cn.exe and b/newton-cn/obj/Release/newton-cn.exe differ
index 5cab1667469026b791fe77d55c4097408f271a91..319d6285838f28bed23eee6f743b2436a378dd0a 100644 (file)
Binary files a/newton-cn/obj/Release/newton-cn.pdb and b/newton-cn/obj/Release/newton-cn.pdb differ