コード例 #1
0
ファイル: CoreClient.cs プロジェクト: ThreeHeadz/Bam.Net
 private void SetProperty(string propertyName)
 {
     ApplicationRegistryService.Property(propertyName, this);
     ConfigurationService.Property(propertyName, this);
     DiagnosticService.Property(propertyName, this);
     LoggerService.Property(propertyName, this);
     UserRegistryService.Property(propertyName, this);
     RoleService.Property(propertyName, this);
 }