You've already forked EventLogLoader
mirror of
https://github.com/romanlryji/EventLogLoader.git
synced 2025-12-07 23:23:44 +02:00
10 lines
167 B
C#
10 lines
167 B
C#
namespace EventLogApp
|
|
{
|
|
internal class Server : CodeNameType
|
|
{
|
|
public Server(long code, string name) : base(code, name)
|
|
{
|
|
}
|
|
}
|
|
}
|