[-] 删除无用的旧代码

This commit is contained in:
huiyadanli
2019-10-06 11:19:26 +08:00
parent edc06cf769
commit 93f9f5b87b
7 changed files with 6 additions and 248 deletions
-23
View File
@@ -1,23 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace RevokeMsgPatcher.Model
{
public class TargetFile
{
public string FileName { get; set; }
public string Version { get; set; }
public string SHA1Before { get; set; }
public string SHA1After { get; set; }
public long Position { get; set; }
public byte Content { get; set; }
}
}
-15
View File
@@ -1,15 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace RevokeMsgPatcher.Model
{
public class Version
{
public string AppVersion { get; set; }
public List<ModifyInfo> Files { get; set; }
}
}