Ejemplo n.º 1
0
 private void button3_Click(object sender, EventArgs e)
 {
     try
     {
         WlanInterface wlanIface = client.Interfaces.Where(s => s.InterfaceDescription.Equals(listBox1.SelectedItem.ToString())).First();
         wlanIface.Disconnect();
     }
     catch { }
 }