Files
s7netplus/S7.Net.UnitTest/Helpers/TestSmallClass.cs
Michele Cattafesta b3458a8304 unit tests
2018-05-05 23:24:06 +01:00

13 lines
201 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace S7.UnitTest.Helpers
{
class TestSmallClass
{
public bool Bool1 { get; set; }
}
}