コード例 #1
0
 public void NotifyOfChange(ApplicationDataType dataType)
 {
     this.dirtyData[dataType] = true;
     this.monitorableDependencies.NotifyOfDependencyChange <IApplicationDatabaseService>(this);
 }
コード例 #2
0
 public void NotifyOfChange(ApplicationDataType dataType)
 {
     this.dirtyData[dataType] = true;
     this.monitorableDependencies.NotifyOfDependencyChange<IApplicationDatabaseService>(this);
 }