1
0
mirror of https://github.com/romanlryji/EventLogLoader.git synced 2025-12-09 23:32:05 +02:00
Files
2019-10-02 11:18:07 +03:00

10 lines
175 B
C#

namespace EventLogApp
{
internal class SecondPort : CodeNameType
{
public SecondPort(long code, string name) : base(code, name)
{
}
}
}