コード例 #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);
 }