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();
        }