public void Add(DownloadInfo di, int progress) { var widget = new DownloadWidget(di); this.flowLayoutPanel.Controls.Add(widget); }