コード例 #1
0
 public WebAppConfigSection()
 {
     Ssl           = new SslConfigSection();
     UserRoles     = new UserRolesConfigSection();
     AccessControl = new AccessControlConfigSection();
 }
コード例 #2
0
 public DiscordConfigSection()
 {
     Enabled       = true;
     AccessControl = new AccessControlConfigSection();
 }