Beispiel #1
0
 void ItemSelected(DebugViewTool sender, int selectedItemIndex, DebugViewData data)
 {
     parent.SelectAtProperties(window, data);
 }
Beispiel #2
0
 void CommandSelected(CommandViewTool sender, CommandInfo item)
 {
     // select given command inside Property Window:
     parent.SelectAtProperties(window, item);
 }