I've been given some code that is in effect a class library with a Winform module. Obviously I cannot run the class library directly.
Is there anyway that I can 'run' it so that I can see what the form will look like when run? I need to check anchoring/docking, etc?
Thanks