Esempio n. 1
0
 private void ListAll()
 {
     try {
         Structure = _ftpService?.RecursiveList("/");
     } catch (Exception e) {
         DisplayDialog("Błąd", e.Message);
     }
 }