Paint.PaintApp.LoadContent C# (CSharp) Méthode

LoadContent() protected méthode

We load any content we need at the beginning of the application life cycle. Also anything that needs initialising is done here
protected LoadContent ( ) : void
Résultat void
        protected override void LoadContent()
        {
            base.LoadContent();

            this.CreatePictureStateManager();
        }