Exemplo n.º 1
0
 public static CSSBundle Css(Utilities.IDebugStatusReader debugStatusReader)
 {
     return(new CSSBundle(debugStatusReader));
 }
Exemplo n.º 2
0
 public static JavaScriptBundle JavaScript(Utilities.IDebugStatusReader debugStatusReader)
 {
     return(new JavaScriptBundle(debugStatusReader));
 }