WeighingTests: Move all scale handlers into ScaleHandlers.cs

This commit is contained in:
2024-07-18 23:46:05 +02:00
parent 34178105a7
commit ffe0ff5508
6 changed files with 195 additions and 186 deletions

View File

@ -1,7 +1,6 @@
using System.Net.Sockets;
using System.Net;
using System.Text;
using System.IO;
namespace Tests.WeighingTests {
public abstract class MockScale : IDisposable {