コード例 #1
0
 public SQLitePlatformAndroid()
 {
     SQLiteApi         = new SQLiteApiAndroid();
     StopwatchFactory  = new StopwatchFactoryAndroid();
     ReflectionService = new ReflectionServiceAndroid();
     VolatileService   = new VolatileServiceAndroid();
 }
コード例 #2
0
 public SQLitePlatformAndroid()
 {
     SQLiteApi = new SQLiteApiAndroid();
     StopwatchFactory = new StopwatchFactoryAndroid();
     ReflectionService = new ReflectionServiceAndroid();
     VolatileService = new VolatileServiceAndroid();
 }