示例#1
0
文件: Pacman.cs 项目: torgitor/vrGCon
 protected override void Start(VgcApis.Models.IServices.IApiService api)
 {
     settings = new Services.Settings();
     settings.Run(api);
 }