initial version

This commit is contained in:
nikzori
2024-11-05 10:31:38 +03:00
commit cc87ae26b5
33 changed files with 2166 additions and 0 deletions

10
Timeout.cs Normal file
View File

@@ -0,0 +1,10 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Gidrolock_Modbus_Scanner
{
}