mirror of
https://github.com/S7NetPlus/s7netplus.git
synced 2026-02-17 14:28:25 +08:00
13 lines
201 B
C#
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; }
|
|
}
|
|
}
|