Пример #1
0
 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);
 }