Exemplo n.º 1
0
 private void RefreshInterfaces( )
 {
     try
     {
         if (_native == null)
         {
             _native = new WlanNative.WlanNative( );
         }
         cbInterfaces.DataSource = _native.GetInterfaces( );
     }
     catch (Exception ex)
     {
         UiError(ex);
     }
 }