I have seen this code in many places but I have no idea what it does. I know how to use Subroutines but I have no idea what this is:

VB Code:
  1. Private Sub New()
  2.     ***CODE***
  3. End Sub

The thing that I want to know is the "New" part. Any help is appreciated.