Exemplo n.º 1
0
        public void Load()
        {
            var factory = new MvxStoreSQLiteConnectionFactory();

            Mvx.RegisterSingleton <ISQLiteConnectionFactory>(factory);
            Mvx.RegisterSingleton <ISQLiteConnectionFactoryEx>(factory);
        }
Exemplo n.º 2
0
 public void Load()
 {
     var factory = new MvxStoreSQLiteConnectionFactory();
     Mvx.RegisterSingleton<ISQLiteConnectionFactory>(factory);
     Mvx.RegisterSingleton<ISQLiteConnectionFactoryEx>(factory);
 }