Exemplo n.º 1
0
 protected BaseDataProviderAccessCoreSystem(
     IMixedRealityServiceRegistrar registrar,
     BaseMixedRealityProfile profile = null) : this(profile)
 {
     Registrar = registrar;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Constructor.
 /// </summary>
 /// <param name="profile">The configuration profile for the service.</param>
 protected BaseDataProviderAccessCoreSystem(
     BaseMixedRealityProfile profile = null) : base(profile)
 {
 }
 public BaseDataProviderAccessCoreSystem(
     IMixedRealityServiceRegistrar registrar,
     BaseMixedRealityProfile profile = null) : base(registrar, profile)
 {
 }