Inheritance: MvxBaseSQLiteConnectionFactory
コード例 #1
0
ファイル: Plugin.cs プロジェクト: rpcob/MvvmCross-SQLite
        public void Load()
        {
            var factory = new MvxWindowsPhoneSQLiteConnectionFactory();

            Mvx.RegisterSingleton <ISQLiteConnectionFactory>(factory);
            Mvx.RegisterSingleton <ISQLiteConnectionFactoryEx>(factory);
        }
コード例 #2
0
ファイル: Plugin.cs プロジェクト: h2oman/MvvmCross-SQLite
 public void Load()
 {
     var factory = new MvxWindowsPhoneSQLiteConnectionFactory();
     Mvx.RegisterSingleton<ISQLiteConnectionFactory>(factory);
     Mvx.RegisterSingleton<ISQLiteConnectionFactoryEx>(factory);
 }