mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-16 00:05:53 +01:00
11 lines
247 B
Plaintext
11 lines
247 B
Plaintext
|
object ArticlesService: TArticlesService
|
||
|
OldCreateOrder = False
|
||
|
OnCreate = ServiceCreate
|
||
|
AllowPause = False
|
||
|
DisplayName = 'DMVCFramework Articles RESTServer'
|
||
|
OnStart = ServiceStart
|
||
|
OnStop = ServiceStop
|
||
|
Height = 150
|
||
|
Width = 215
|
||
|
end
|