'Declaration Protected Function New( _ ByVal template As WinCalculator _ )
'Usage Dim template As WinCalculator Dim instance As New WinCalculator(template)
protected WinCalculator( WinCalculator template )
Parameters
- template
- The WinCalculator to use as a template.