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

GetInstance() protected method

protected GetInstance ( Type service, string key ) : object
service System.Type
key string
return object
        protected override object GetInstance(Type service, string key) {
            return container.GetInstance(service, key);
        }
    }