コード例 #1
0
 private static string FilePath()
 {
     return(CrossPlatformServices.DatabasePath(File));
 }
コード例 #2
0
        public AbstractFileBasedDb4oFixture()
        {
            var fileName = FileName();

            _databaseFile = new File(CrossPlatformServices.DatabasePath(fileName));
        }
コード例 #3
0
        public AbstractFileBasedDb4oFixture()
        {
            string fileName = FileName();

            _databaseFile = new Sharpen.IO.File(CrossPlatformServices.DatabasePath(fileName));
        }