'Declaration Public Function New( _ ByVal control As Control, _ ByVal propertyName As String _ )
'Usage Dim control As Control Dim propertyName As String Dim instance As New CellViewerManager(control, propertyName)
public CellViewerManager( Control control, string propertyName )