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

@@ -869,8 +869,8 @@ public class ConnectSettingsUserControlModel : PropertyChangedBase
/// <summary>
/// Selects ADB program file.
/// </summary>
/// UI 绑定的方法
/// </summary>
[UsedImplicitly]
public void SelectFile()
{
@@ -890,9 +890,9 @@ public class ConnectSettingsUserControlModel : PropertyChangedBase
/// <summary>
/// Test Link And Get Image.
/// UI 绑定的方法
/// </summary>
/// <returns>Task</returns>
/// UI 绑定的方法
[UsedImplicitly]
public async Task TestLinkAndGetImage()
{

View File

@@ -505,8 +505,8 @@ public class StartSettingsUserControlModel : PropertyChangedBase
/// <summary>
/// Selects the emulator to execute.
/// </summary>
/// UI 绑定的方法
/// </summary>
[UsedImplicitly]
public void SelectEmulatorExec()
{

View File

@@ -345,8 +345,8 @@ public class InfrastSettingsUserControlModel : TaskViewModel
/// <summary>
/// Selects infrast config file.
/// </summary>
/// UI 绑定的方法
/// </summary>
[UsedImplicitly]
public void SelectCustomInfrastFile()
{