mirror of
https://github.com/1C-Company/v8-code-style.git
synced 2024-12-14 14:10:09 +02:00
37 lines
350 B
Plaintext
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
|