style: 统一 UI 绑定的方法 注释

This commit is contained in:
uye
2025-08-24 12:28:07 +08:00
parent 39f45e623a
commit 9f899dd96e
7 changed files with 19 additions and 20 deletions

View File

@@ -917,8 +917,8 @@ namespace MaaWpfGui.ViewModels.UI
/// <summary>
/// Selects all.
/// </summary>
/// UI 绑定的方法
/// </summary>
[UsedImplicitly]
public void SelectedAll()
{
@@ -1009,8 +1009,8 @@ namespace MaaWpfGui.ViewModels.UI
/// <summary>
/// Changes inversion mode.
/// </summary>
/// UI 绑定的方法
/// </summary>
[UsedImplicitly]
public void ChangeInverseMode()
{
@@ -1019,8 +1019,8 @@ namespace MaaWpfGui.ViewModels.UI
/// <summary>
/// Selects inversely.
/// </summary>
/// UI 绑定的方法
/// </summary>
[UsedImplicitly]
public void InverseSelected()
{