ExtenderProvider
I have a ExtenderProvider with a Desinger. If i want to save the changes per Desinger I use the ComponenteChangeService.
Now I have a Property which sets a custom class to a control.
this._MyProvider.SetMyProperty(selectedComponent, MyClass1as MyClass); |
This code is in the Desinger.
On the Form with the ExtenderProvider I have no MyClass1 object. My question is, how I can create a object of MyClass in the Form from the Provider Desinger, so that the MyClass1 can be filled in the Class on Form?
thanks
Tony_

