Paint.PaintApp.LoadContent C# (CSharp) Метод

LoadContent() защищенный Метод

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
Результат void
        protected override void LoadContent()
        {
            base.LoadContent();

            this.CreatePictureStateManager();
        }