Work
This commit is contained in:
parent
b5a51ad633
commit
a2fef8a2a4
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -11,4 +11,4 @@ D:\GIT\ASCKU_PC\DataClient\obj\Debug\net5.0\DataClient.dll
|
||||
D:\GIT\ASCKU_PC\DataClient\obj\Debug\net5.0\ref\DataClient.dll
|
||||
D:\GIT\ASCKU_PC\DataClient\obj\Debug\net5.0\DataClient.pdb
|
||||
D:\GIT\ASCKU_PC\DataClient\bin\Debug\net5.0\DataClient.xml
|
||||
D:\GIT\ASCKU_PC\DataClient\obj\Debug\net5.0\DataClient.csprojAssemblyReference.cache
|
||||
D:\GIT\ASCKU_PC\DataClient\obj\Debug\net5.0\DataClient.csproj.AssemblyReference.cache
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -21,7 +21,8 @@ namespace Test2
|
||||
LogConf();
|
||||
//var t = new Task(() => T1());
|
||||
//t.Start();
|
||||
T1();
|
||||
//T1();
|
||||
OLD1();
|
||||
Console.WriteLine("End acc.");
|
||||
Console.ReadKey();
|
||||
cycle = false;
|
||||
@ -312,7 +313,7 @@ namespace Test2
|
||||
static void OLD1()
|
||||
{
|
||||
var t = new NETClient("10.10.45.151", 1070);
|
||||
var task = new Task<byte[]>(() => t.Full_Download_NH(new DateTime(2021, 06, 02), 12, 1));
|
||||
var task = new Task<byte[]>(() => t.Full_Download_NH(new DateTime(2021, 06, 27), 12, 4));
|
||||
task.Start();
|
||||
do
|
||||
{
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Test2/bin/Debug/net5.0/test1.txt
Normal file
BIN
Test2/bin/Debug/net5.0/test1.txt
Normal file
Binary file not shown.
Binary file not shown.
@ -7,7 +7,6 @@ D:\GIT\ASCKU_PC\Test2\bin\Debug\net5.0\Microsoft.Extensions.Options.dll
|
||||
D:\GIT\ASCKU_PC\Test2\bin\Debug\net5.0\Microsoft.Extensions.Primitives.dll
|
||||
D:\GIT\ASCKU_PC\Test2\bin\Debug\net5.0\NLog.dll
|
||||
D:\GIT\ASCKU_PC\Test2\bin\Debug\net5.0\NLog.Extensions.Logging.dll
|
||||
D:\GIT\ASCKU_PC\Test2\obj\Debug\net5.0\Test2.csprojAssemblyReference.cache
|
||||
D:\GIT\ASCKU_PC\Test2\obj\Debug\net5.0\Test2.GeneratedMSBuildEditorConfig.editorconfig
|
||||
D:\GIT\ASCKU_PC\Test2\obj\Debug\net5.0\Test2.AssemblyInfoInputs.cache
|
||||
D:\GIT\ASCKU_PC\Test2\obj\Debug\net5.0\Test2.AssemblyInfo.cs
|
||||
@ -29,3 +28,4 @@ D:\GIT\ASCKU_PC\Test2\obj\Debug\net5.0\Test2.genruntimeconfig.cache
|
||||
D:\GIT\ASCKU_PC\Test2\bin\Debug\net5.0\DataClient.dll
|
||||
D:\GIT\ASCKU_PC\Test2\bin\Debug\net5.0\DataClient.pdb
|
||||
D:\GIT\ASCKU_PC\Test2\bin\Debug\net5.0\DataClient.xml
|
||||
D:\GIT\ASCKU_PC\Test2\obj\Debug\net5.0\Test2.csproj.AssemblyReference.cache
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user