Example #1
0
 private void Disconnect()
 {
     if (wifi.IsLinkConnected)
     {
         wifi.Disconnect();
     }
 }