示例#1
0
 protected override void Start(VgcApis.IService api)
 {
     this.api      = api;
     this.settings = new Services.Settings();
     vgcServers    = api.GetVgcServersService();
     vgcSettings   = api.GetVgcSettingService();
     settings.Run(api);
 }
示例#2
0
 public void Run(VgcApis.IApi api)
 {
     this.api      = api;
     this.settings = new Services.Settings();
     vgcServers    = api.GetVgcServersService();
     vgcSettings   = api.GetVgcSettingService();
     settings.Run(api);
 }
示例#3
0
文件: Pacman.cs 项目: torgitor/vrGCon
 protected override void Start(VgcApis.Models.IServices.IApiService api)
 {
     settings = new Services.Settings();
     settings.Run(api);
 }