mirror of
https://github.com/1C-Company/v8-code-style.git
synced 2025-02-13 16:32:04 +02:00
15 lines
182 B
Plaintext
15 lines
182 B
Plaintext
Procedure BeforeExit(Cancel, WarningText)
|
|
i = 0;
|
|
i = i + 1;
|
|
EndProcedure
|
|
|
|
Procedure ModuleEmptyMethodCheck()
|
|
|
|
EndProcedure
|
|
|
|
&AtClient
|
|
//
|
|
Procedure Command1(Command)
|
|
|
|
EndProcedure
|