OurSonic.Page.Page C# (CSharp) Méthode

Page() private méthode

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

            new SonicEngine();
             

            BuildAngular.Setup(); 

        }