I assume that you meant "same method", rather than "same void". If the method is public, static, and has no dependencies on that containing class/form then yes, that method can be shared. Good programming practices would suggest refactoring and moving that method out of the form specific class and into a utility or helper class.