Inheritance: PureImageCache
Exemplo n.º 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;
        }
Exemplo n.º 3
0
        public MyImageCache()
        {
            Instance = this;

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

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