mirror of
https://github.com/netchx/netch.git
synced 2026-03-18 18:13:21 +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";
|
|
}
|
|
}
|