コード例 #1
0
        public void Build(PhoneApplicationFrame rootFrame)
        {
            // initialise the IoC service registry
            // this also pulls in all platform services too
            MvxOpenNetCfServiceProviderSetup.Initialize();

            // initialize conventions
            MvxDefaultConventionSetup.Initialize();

            // initialize app
            InitaliseApp();

            // initialize container
            InitializeContainer(rootFrame);

            // initialize views
            InitializeViews();
        }
コード例 #2
0
 protected virtual void InitializeIoC()
 {
     // initialise the IoC service registry
     // this also pulls in all platform services too
     MvxOpenNetCfServiceProviderSetup.Initialize();
 }