Custom code generation like Timer.SynchronizingObject?

  • Thread starter Thread starter tsteinke
  • Start date Start date
T

tsteinke

The Timer Component will insert the following code into the
InitializeComponent() of the container.

timer1.SynchronizingObject=this;

How would one implement this in the component model. The only way I can
figure it out is by using Custom Code Generation.
 
Back
Top