public LogForm(ProgressObject list) { this.InitializeComponent(); this.List = Bindable.List(new ProgressList(list)); }