This commit is contained in:
2022-12-05 08:48:37 +03:00
parent 800d788838
commit 09cd00dc66
35 changed files with 642 additions and 142 deletions

6
classlib/enum.cs Normal file
View File

@@ -0,0 +1,6 @@
namespace PS.IPAM;
using System;
enum Parameters {
IsGateway = "is_gateway";
}