Ejemplo n.º 1
0
 private void NavigatetoRemotePath(string path)
 {
     try
     {
         _client.GetDirectoryListing(path);
     }
     catch (Exception exception)
     {
         ShowErrorAlert(exception.Message);
     }
 }