mirror of
https://github.com/huiyadanli/RevokeMsgPatcher.git
synced 2026-07-29 05:37:13 +08:00
[+] 重新布局界面,完成控件与方法的绑定
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace RevokeMsgPatcher.Model
|
||||
{
|
||||
public class Bag
|
||||
{
|
||||
public Dictionary<string, App> Apps { get; set; }
|
||||
|
||||
public string LatestVersion { get; set; }
|
||||
|
||||
public string Notice { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user