mirror of
https://github.com/netchx/netch.git
synced 2026-03-20 18:19:44 +08:00
8 lines
150 B
C#
8 lines
150 B
C#
internal static partial class Interop
|
|
{
|
|
internal static class Libraries
|
|
{
|
|
internal const string IpHlpApi = "iphlpapi.dll";
|
|
}
|
|
}
|