ive got a class that doesn't want to be initiated. that means trying New MyClass should be prohibited


currently im doing this which works:
Code:
Private Sub New
End Sub
but is this the "right" approach?