protected void Render(ProblemDescriptor problem) { this.ProblemDescription.Text = problem.ShortDescription; this.toolTip1.SetToolTip(this.ProblemDescription, problem.LongDescription); TreeViewHelper.InitializeTreeView(this.treeView1, problem.Commands); }
protected void LoadCommandList(IList <ICommand> commands) { TreeViewHelper.InitializeTreeView(this.CommandsTreeView, commands); }