Exemplo n.º 1
0
 public FilesViewingForm(HTTPClientService httpService, List <int> filesList)
 {
     InitializeComponent();
     HttpClientService = httpService;
     MatchingFiles     = new MatchingFiles();
     FillListBox(filesList);
 }
Exemplo n.º 2
0
 public ClientForm()
 {
     InitializeComponent();
     this.FilesService = new FilesService();
     //FileIsLoading = false;
     TotalFilesSize    = 0;
     AttachedFiles     = new List <int>();
     MatchingFiles     = new MatchingFiles();
     HttpClientService = new HTTPClientService();
 }