示例#1
0
 public SettingsService(AsyncPackage asyncPackage)
 {
     serviceProvider     = asyncPackage;
     joinableTaskFactory = asyncPackage.JoinableTaskFactory;
     projectHelper       = new ProjectHelper(asyncPackage);
 }
示例#2
0
 public MappingHelper(AsyncPackage asyncPackage)
 {
     this.projectHelper = new ProjectHelper(asyncPackage);
 }