mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 02:10:21 +08:00
chore: 长草任务ViewModel调整
This commit is contained in:
@@ -10,17 +10,15 @@
|
||||
// This program is distributed in the hope that it will be useful,
|
||||
// but WITHOUT ANY WARRANTY
|
||||
// </copyright>
|
||||
|
||||
#nullable enable
|
||||
using System;
|
||||
using System.Windows;
|
||||
using MaaWpfGui.Constants;
|
||||
using MaaWpfGui.Helper;
|
||||
using Stylet;
|
||||
|
||||
namespace MaaWpfGui.ViewModels.UserControl.TaskQueue;
|
||||
|
||||
public class AwardSettingsUserControlModel : PropertyChangedBase
|
||||
public class AwardSettingsUserControlModel : TaskViewModel
|
||||
{
|
||||
static AwardSettingsUserControlModel()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user