CMTest.WinPhone.Bootstrapper.Configure C# (CSharp) Method

Configure() protected method

protected Configure ( ) : void
return void
        protected override void Configure() {
            base.Configure();

            this.container = new PhoneContainer();
            this.container.RegisterPhoneServices(this.RootFrame);
        }