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(); }
protected virtual void InitializeIoC() { // initialise the IoC service registry // this also pulls in all platform services too MvxOpenNetCfServiceProviderSetup.Initialize(); }