Hi togehter,
I have a compoment developed by myself. E.g.: Logger.Charts.Exchart() is the constructor.
Now I use "using" in my Form:
Using Logger.Charts;
Exchart x = Exchart();
But every time I click on my component on the designer, it automaticly edit the constructor to:
Exchart x = Logger.Charts.Exchart();
How can I disable that?