mirror of
https://github.com/S7NetPlus/s7netplus.git
synced 2026-02-17 22:38:27 +08:00
4 lines
112 B
C#
4 lines
112 B
C#
namespace S7.Net.UnitTest;
|
|
|
|
internal record RequestResponsePair(string RequestPattern, string ResponsePattern);
|