상속: MvxBaseSQLiteConnectionFactory
예제 #1
0
        public void Load()
        {
            var factory = new MvxWindowsPhoneSQLiteConnectionFactory();

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