code_style: remove unused code and resources

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2024-11-07 11:11:35 +08:00
parent 45f4a5a4b1
commit a919da6b4a
No known key found for this signature in database
9 changed files with 0 additions and 13 deletions

View file

@ -4,10 +4,5 @@
{
public bool IsError { get; set; } = false;
public string Message { get; set; } = string.Empty;
public void CopyMessage()
{
App.CopyText(Message);
}
}
}