Example #1
0
 public WebSecurity(IContainer container)
 {
     container.Add(this);
     _webExportControls = new WebExportControls(this, typeof(WebExportControl));
 }
Example #2
0
 public WebSecurity()
 {
     _webExportControls = new WebExportControls(this, typeof(WebExportControl));
 }