实现了远程属性更改、数据交互。

This commit is contained in:
fengjiayi
2024-10-20 21:59:42 +08:00
parent e38833a58c
commit 838158f446
28 changed files with 961 additions and 637 deletions

View File

@@ -20,6 +20,7 @@ namespace Serein.Library
{
public bool IsNotification = false;
public bool IsPrint = false;
public bool IsProtection = false;
}
}