Quellcode durchsuchen

Download 시작시 Timer 정지 하도록 수정

PYJ vor 5 Jahren
Ursprung
Commit
8a9e98c4d7

BIN
.vs/Jdas_Mbic/v15/.suo


BIN
.vs/Jdas_Mbic/v15/Server/sqlite3/storage.ide-wal


+ 1 - 1
Jdas_Mbic/MBIC_DownLoadWnc.cs

@@ -97,7 +97,7 @@ namespace Jdas_Mbic
97
 
97
 
98
             if (fileName == null)
98
             if (fileName == null)
99
                 return;
99
                 return;
100
-
100
+            this.main.Invoke(new TimerSend(Timer_Set), this.main.timer_JdasMbic, false);
101
             tempchardata = MBIC_HeaderName.ToCharArray();
101
             tempchardata = MBIC_HeaderName.ToCharArray();
102
             for (i = 0; i < tempchardata.Length; i++)
102
             for (i = 0; i < tempchardata.Length; i++)
103
             {
103
             {

BIN
Jdas_Mbic/bin/Debug/Jdas_Mbic.exe


BIN
Jdas_Mbic/bin/Debug/Jdas_Mbic.pdb


BIN
Jdas_Mbic/bin/Release/Jdas_Mbic.exe


BIN
Jdas_Mbic/bin/Release/Jdas_Mbic.pdb


BIN
Jdas_Mbic/obj/Debug/Jdas_Mbic.exe


BIN
Jdas_Mbic/obj/Debug/Jdas_Mbic.pdb


BIN
Jdas_Mbic/obj/Release/Jdas_Mbic.exe


BIN
Jdas_Mbic/obj/Release/Jdas_Mbic.pdb