Esempio n. 1
0
 public void Run(VgcApis.IApi api)
 {
     luncher = new Services.PsLuncher();
     luncher.Run(api);
 }
Esempio n. 2
0
 protected override void Start(VgcApis.IService api)
 {
     luncher = new Services.PsLuncher();
     luncher.Run(api);
 }
Esempio n. 3
0
 protected override void Start(VgcApis.Interfaces.Services.IApiService api)
 {
     luncher = new Services.PsLuncher();
     luncher.Run(api);
     menuItemCache = null;
 }