Example #1
0
 protected void LoadCommandList(IList <ICommand> commands)
 {
     TreeViewHelper.InitializeTreeView(this.CommandsTreeView, commands);
 }