mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 02:23:01 +08:00
chore: 使用 UsedImplicitly
This commit is contained in:
@@ -17,6 +17,7 @@ using System.Collections.Generic;
|
||||
using System.Collections.ObjectModel;
|
||||
using System.Linq;
|
||||
using System.Windows;
|
||||
using JetBrains.Annotations;
|
||||
using MaaWpfGui.Constants;
|
||||
using MaaWpfGui.Helper;
|
||||
using MaaWpfGui.Models.AsstTasks;
|
||||
@@ -665,7 +666,7 @@ public class FightSettingsUserControlModel : TaskViewModel
|
||||
}
|
||||
|
||||
// UI 绑定的方法
|
||||
// ReSharper disable once UnusedMember.Global
|
||||
[UsedImplicitly]
|
||||
public void DropsListDropDownClosed()
|
||||
{
|
||||
foreach (var item in DropsList)
|
||||
|
||||
Reference in New Issue
Block a user