예제 #1
0
파일: Lab4ViewModel.cs 프로젝트: wornr/PS
 private void ListActual()
 {
     try {
         Structure = _ftpService?.List();
     } catch (Exception e) {
         DisplayDialog("Błąd", e.Message);
     }
 }