Cirrious.MvvmCross.Plugins.Location.WindowsStore.Plugin.Load C# (CSharp) Method

Load() public method

public Load ( ) : void
return void
        public void Load()
        {
            Mvx.RegisterSingleton<IMvxLocationWatcher>(() => new MvxStoreLocationWatcher());
// ReSharper disable CSharpWarnings::CS0612
            Mvx.RegisterSingleton<IMvxGeoLocationWatcher>(() => new MvxStoreGeoLocationWatcher());
// ReSharper restore CSharpWarnings::CS0612
        }
    }
Plugin