Added fields to DB to store virus scanning and crack status of files.

This commit is contained in:
2017-05-17 05:12:57 +01:00
parent 00556953d2
commit d7ebda6eda
8 changed files with 180 additions and 55 deletions

View File

@@ -1,4 +1,4 @@
//
//
// Author:
// Natalia Portillo claunia@claunia.com
//
@@ -36,7 +36,7 @@ namespace osrepodbmgr.Core
{
public static List<string> files;
public static List<string> folders;
public static Dictionary<string, DBFile> hashes;
public static Dictionary<string, DBOSFile> hashes;
public static Dictionary<string, DBFolder> foldersDict;
public static string path;
public static DBEntry dbInfo;