public void Load() { var factory = new MvxWindowsPhoneSQLiteConnectionFactory(); Mvx.RegisterSingleton <ISQLiteConnectionFactory>(factory); Mvx.RegisterSingleton <ISQLiteConnectionFactoryEx>(factory); }
public void Load() { var factory = new MvxWindowsPhoneSQLiteConnectionFactory(); Mvx.RegisterSingleton<ISQLiteConnectionFactory>(factory); Mvx.RegisterSingleton<ISQLiteConnectionFactoryEx>(factory); }