コード例 #1
0
ファイル: Lab4ViewModel.cs プロジェクト: wornr/PS
 private void ListAll()
 {
     try {
         Structure = _ftpService?.RecursiveList("/");
     } catch (Exception e) {
         DisplayDialog("Błąd", e.Message);
     }
 }