Tests Architechture.

This commit is contained in:
parallelbgls
2017-01-16 10:30:21 +08:00
parent 6d96dbd036
commit 1e7e30bbcd
5 changed files with 149 additions and 6 deletions

View File

@@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Modbus.Net.Tests
{
public class AddressMaker
{
}
}