Exemplo n.º 1
0
 private void OpenFileManager(ClientInfo client)
 {
     fileManagerService.ShowWindow(server, SelectedClient);
 }
Exemplo n.º 2
0
 private void ExecuteFileManager(Client client)
 {
     fileManagerService.ShowWindow(this);
 }