I wrote two control extenders that need to be placed always in the same order. Is there any way to make VS always place them in the correct order?The only solution i found was to place them in a central repository keyed on the target control ID on their init stage - and then have each of them perform its work through that repository rather then directly. but this looks like an overly complex solution for me.Anyone has a better idea?