BlueCollar.Dashboard.Index.Index C# (CSharp) Method

Index() public method

Initializes a new instance of the Index class.
public Index ( ) : System
return System
        public Index()
            : this(BlueCollarSection.Section.ApplicationName, StaticFile.Create(BlueCollarSection.Section.Dashboard.HandlerUrl, "index.xslt"), new CountsRecord())
        {
        }

Same methods

Index::Index ( string applicationName, StaticFile file, CountsRecord counts ) : System