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