2017-04-18 16:27:51 +00:00
|
|
|
var Entrypoint = (function () {
|
|
|
|
function Entrypoint() {
|
|
|
|
}
|
|
|
|
Entrypoint.Main = function () {
|
|
|
|
};
|
|
|
|
return Entrypoint;
|
|
|
|
}());
|
2017-04-17 21:02:12 +00:00
|
|
|
var FileCache = (function () {
|
|
|
|
function FileCache() {
|
|
|
|
}
|
|
|
|
FileCache.Initialize = function () {
|
|
|
|
};
|
|
|
|
return FileCache;
|
|
|
|
}());
|
2017-04-18 16:27:51 +00:00
|
|
|
FileCache.dbHandle = null;
|