public void Init() { var appService = new MetaPackAppService(); ShServiceContainer.Instance.AppMetadataService = appService; appService.InitAppServices(); }
static void Main(string[] args) { // tmp fix DeleteRelativeAppFile("Microsoft.SharePoint.Client.dll"); DeleteRelativeAppFile("Microsoft.SharePoint.Client.Runtime.dll"); var appService = new MetaPackAppService(); if (args != null) { appService.Args = args.ToList(); } ShServiceContainer.Instance.AppMetadataService = appService; appService.Run(); }