mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
fix: import
This commit is contained in:
@@ -23,7 +23,6 @@ using System.Text.Json.Serialization;
|
||||
using System.Text.Unicode;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
using MaaWpfGui.Configuration.Global;
|
||||
using MaaWpfGui.Configuration.Single;
|
||||
using MaaWpfGui.Helper;
|
||||
using ObservableCollections;
|
||||
@@ -143,7 +142,7 @@ namespace MaaWpfGui.Configuration.Factory
|
||||
OnPropertyChanged("Root.Configurations", null, null);
|
||||
};
|
||||
|
||||
parsed.Timers.CollectionChanged += OnCollectionChangedFactory<int, Timer>("Root.Timers.");
|
||||
parsed.Timers.CollectionChanged += OnCollectionChangedFactory<int, Global.Timer>("Root.Timers.");
|
||||
parsed.VersionUpdate.PropertyChanged += OnPropertyChangedFactory();
|
||||
parsed.AnnouncementInfo.PropertyChanged += OnPropertyChangedFactory();
|
||||
parsed.GUI.PropertyChanged += OnPropertyChangedFactory();
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
// </copyright>
|
||||
|
||||
using System.ComponentModel;
|
||||
using MaaWpfGui.Configuration.Factory;
|
||||
|
||||
namespace MaaWpfGui.Configuration.Global
|
||||
{
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
// </copyright>
|
||||
|
||||
using System.ComponentModel;
|
||||
using MaaWpfGui.Configuration.Factory;
|
||||
using MaaWpfGui.Helper;
|
||||
using MaaWpfGui.Models;
|
||||
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
|
||||
#nullable enable
|
||||
using System.ComponentModel;
|
||||
using MaaWpfGui.Configuration.Factory;
|
||||
|
||||
namespace MaaWpfGui.Configuration.Global
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user