13 lines
205 B
C#
13 lines
205 B
C#
using Common.Hardware.SIRT;
|
|
using Common.Hardware.WaterMeter.eRegister.Telegrams;
|
|
|
|
namespace CommonConsole
|
|
{
|
|
public class Program
|
|
{
|
|
public static void Main()
|
|
{
|
|
|
|
}
|
|
}
|
|
} |