mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 18:47:55 +08:00
style: 统一 UI 绑定的方法 注释
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
@@ -505,8 +505,8 @@ public class StartSettingsUserControlModel : PropertyChangedBase
|
||||
|
||||
/// <summary>
|
||||
/// Selects the emulator to execute.
|
||||
/// </summary>
|
||||
/// UI 绑定的方法
|
||||
/// </summary>
|
||||
[UsedImplicitly]
|
||||
public void SelectEmulatorExec()
|
||||
{
|
||||
|
||||
@@ -345,8 +345,8 @@ public class InfrastSettingsUserControlModel : TaskViewModel
|
||||
|
||||
/// <summary>
|
||||
/// Selects infrast config file.
|
||||
/// </summary>
|
||||
/// UI 绑定的方法
|
||||
/// </summary>
|
||||
[UsedImplicitly]
|
||||
public void SelectCustomInfrastFile()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user