I want to use conditional compilation to compile my code for a 2nd customer type from the same code base so I don't have to make 2 changes everytime.
I get that part fine.
What I don't get or see how to do is to handle the forms which may be different. How do I conditionally handle them properly?
I get that part fine.
What I don't get or see how to do is to handle the forms which may be different. How do I conditionally handle them properly?