Inheritance: PureImageCache
示例#1
0
        public MyImageCache()
        {
            Instance = this;

            CacheLocation = Path.GetDirectoryName(Application.ExecutablePath) + Path.DirectorySeparatorChar +
                            "gmapcache" + Path.DirectorySeparatorChar;
        }
        public MyImageCache()
        {
            Instance = this;

            CacheLocation = Settings.GetDataDirectory() +
                            "gmapcache" + Path.DirectorySeparatorChar;
        }
示例#3
0
        public MyImageCache()
        {
            Instance = this;

            CacheLocation = Path.GetDirectoryName(Application.ExecutablePath) + Path.DirectorySeparatorChar +
                            "gmapcache" + Path.DirectorySeparatorChar;
        }
示例#4
0
        public MyImageCache()
        {
            Instance = this;

            CacheLocation = Settings.GetDataDirectory() +
                            "gmapcache" + Path.DirectorySeparatorChar;
        }