i want to Defining commands the execution order,how to do it?
foreach (ICommand command in AddInTree.BuildItems<ICommand>("/Workspace/Autostart", null, false)) {
command.Run(); //When performing a completed
}
eh.....my english is very pool....sorry...