more
This commit is contained in:
19
Ip.cs
Normal file
19
Ip.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace NetWork
|
||||
{
|
||||
interface Ip
|
||||
{
|
||||
[DllImport("IPHLPAPI.DLL")]
|
||||
public static extern int ipconfig();
|
||||
public static void Ma()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user