T
talljames
Have a basic question I am sure the answer is out there.
How do you stop the Visual Studio C# Designer from removing lines out
of the Initialize component that do not have a "this." in front of
them.
When I switch from the code view to the designer view it removes my
lines, which is a pain in the rear end. I have tried with static
variables using the namespace..but these are removed too in some
cases.
thanks
How do you stop the Visual Studio C# Designer from removing lines out
of the Initialize component that do not have a "this." in front of
them.
When I switch from the code view to the designer view it removes my
lines, which is a pain in the rear end. I have tried with static
variables using the namespace..but these are removed too in some
cases.
thanks