A
Size: a a a
A
A
A
ШН
ШН
ШН
T
T
ШН
ШН
ШН
T
[System.Runtime.InteropServices.DllImport("wininet.dll")]Сделал отак и работает корректно
private extern static bool InternetGetConnectedState(out int Description, int ReservedValue);
public static bool CheckNet()
{
int desc;
return InternetGetConnectedState(out desc, 0);
}
T
[System.Runtime.InteropServices.DllImport("wininet.dll")]Сделал отак и работает корректно
private extern static bool InternetGetConnectedState(out int Description, int ReservedValue);
public static bool CheckNet()
{
int desc;
return InternetGetConnectedState(out desc, 0);
}