Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

about the problem ICommand.Run

$
0
0

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...


Viewing all articles
Browse latest Browse all 1764

Trending Articles