OurSonic.Page.Page C# (CSharp) Method

Page() private method

private Page ( ) : System.Html
return System.Html
        private Page()
        {
            var stats = new XStats();
            Document.Body.AppendChild(stats.Element);

            new SonicEngine();
             

            BuildAngular.Setup(); 

        }