1
0
mirror of https://github.com/deavminet/dnetd synced 2024-09-21 17:53:39 +02:00

Added .getname() to fetch name from configurstion file

This commit is contained in:
Tristan B. Kildaire 2021-01-30 12:25:35 +02:00
parent 85c86ad3ba
commit c06be5ae2b

View File

@ -71,6 +71,11 @@ public final class DGeneralConfig
{
return addresses;
}
public string getName()
{
return name;
}
}
public final class DLinkConfig