1
0
mirror of https://github.com/1C-Company/v8-code-style.git synced 2025-02-07 19:40:08 +02:00

37 lines
350 B
Plaintext

#If Server Or ThickClientOrdinaryApplication Or ExternalConnection Then
#Region Variables
#EndRegion
#Region Public
// Enter code here.
#EndRegion
#Region EventHandlers
// Enter code here.
#EndRegion
#Region Internal
// Enter code here.
#EndRegion
#Region Private
// Enter code here.
#EndRegion
#Region Initialize
#EndRegion
#EndIf