示例#1
0
文件: Lab4ViewModel.cs 项目: wornr/PS
 private void ListActual()
 {
     try {
         Structure = _ftpService?.List();
     } catch (Exception e) {
         DisplayDialog("Błąd", e.Message);
     }
 }