Jul 20, 2006 15:26
Software Engineering lesson 3b:
When two forms have identical functionality and identical code but are called from two different places in the program, the suggested method is to create one form and make two instances of it, rather than duplicating the code in two files under two different (but equally vague) names.