Can you help me with a general program organization question?
I have a solution with 5 projects, from the startup project I can reference any of the 4 projects(changed to class libraries) and access the forms, But from what I can tell I can't call a form from the startup project.
Is there a better way to organize a Solution?
Thanks,