public SQLitePlatformWin32(string nativeInteropSearchPath = null) { SQLiteApi = new SQLiteApiWin32(nativeInteropSearchPath); StopwatchFactory = new StopwatchFactoryWin32(); ReflectionService = new ReflectionServiceWin32(); VolatileService = new VolatileServiceWin32(); }
public SQLitePlatformWin32() { SQLiteApi = new SQLiteApiWin32(); StopwatchFactory = new StopwatchFactoryWin32(); ReflectionService = new ReflectionServiceWin32(); VolatileService = new VolatileServiceWin32(); }