Paint.PaintApp.LoadContent C# (CSharp) Method

LoadContent() protected method

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
return void
        protected override void LoadContent()
        {
            base.LoadContent();

            this.CreatePictureStateManager();
        }