mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 14:08:32 +00:00
Added Surface sample application
This commit is contained in:
parent
e77e3d8562
commit
6b25260536
27 changed files with 564 additions and 45 deletions
|
|
@ -397,7 +397,7 @@ namespace Caching
|
|||
{
|
||||
if (fileDb.IsOpen)
|
||||
{
|
||||
Trace.TraceWarning("FileDbCache is reindexing database");
|
||||
Trace.TraceWarning("FileDbCache is reindexing the cache database");
|
||||
fileDb.Reindex();
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyTitle("FileDbCache")]
|
||||
[assembly: AssemblyDescription("ObjectCache implementation based on EzTools FileDb")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyCompany("Clemens Fischer")]
|
||||
[assembly: AssemblyProduct("FileDbCache")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2012 Clemens Fischer")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue