LG G Pad: pré-test

Hier à l’IFA, LG a dévoilé sa nouvelle G Pad 8.3 pouces, une tablette qui comprend un écran IPS Full HD (1920×1200) fonctionnant avec un…

C# Programmation Réseau: Obtenir les statistic de IPV4

 
using System;
using System.Net.NetworkInformation;
class MainClass {
    static void Main() {
        if (NetworkInterface.GetIsNetworkAvailable()) {
            NetworkInterface[] interfaces = NetworkInterface.Ge…