#Region "print functions"
'place all related subs, functions, etc here.
#End Region
Why use Regions? Simply put, regions just allow you to organize your code. They provide no functionality or interact with the rest of your code. Regions allow you to separate code and collapse the regions.
No comments:
Post a Comment