Inheritance: IServiceTypeConfiguration
コード例 #1
0
 public ClientRuntimeConfiguration()
 {
     User = new UserElement();
     Client = new ClientServiceTypeConfiguration();
     LogInfo = new LogElement
     {
         ProviderType = typeof (Logger).AssemblyQualifiedName
     };
 }
コード例 #2
0
 public ClientRuntimeConfiguration()
 {
     User    = new UserElement();
     Client  = new ClientServiceTypeConfiguration();
     LogInfo = new LogElement
     {
         ProviderType = typeof(Logger).AssemblyQualifiedName
     };
 }