fix: C# warning

This commit is contained in:
MistEO
2022-10-30 04:05:44 +08:00
parent 27bba9eaec
commit 99183c8cc7
5 changed files with 57 additions and 4 deletions

View File

@@ -1168,6 +1168,7 @@ namespace MeoAsstGui
/// <param name="max_times">指定次数。</param>
/// <param name="drops_item_id">指定掉落 ID。</param>
/// <param name="drops_item_quantity">指定掉落数量。</param>
/// <param name="is_main_fight">是否是主任务决定c#侧是否记录任务id</param>
/// <returns>是否成功。</returns>
public bool AsstSetFightTaskParams(string stage, int max_medicine, int max_stone, int max_times, string drops_item_id, int drops_item_quantity, bool is_main_fight = true)
{

View File

@@ -1,4 +1,17 @@
using System.Windows;
// <copyright file="IMainWindowManager.cs" company="MaaAssistantArknights">
// MeoAsstGui - A part of the MeoAssistantArknights project
// Copyright (C) 2021 MistEO and Contributors
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY
// </copyright>
using System.Windows;
namespace MeoAsstGui
{

View File

@@ -1,4 +1,17 @@
using System.Collections.Generic;
// <copyright file="MaaUrls.cs" company="MaaAssistantArknights">
// MeoAsstGui - A part of the MeoAssistantArknights project
// Copyright (C) 2021 MistEO and Contributors
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY
// </copyright>
using System.Collections.Generic;
using System.Linq;
namespace MeoAsstGui

View File

@@ -1,4 +1,17 @@
using System;
// <copyright file="MainWindowManager.cs" company="MaaAssistantArknights">
// MeoAsstGui - A part of the MeoAssistantArknights project
// Copyright (C) 2021 MistEO and Contributors
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY
// </copyright>
using System;
using System.Windows;
namespace MeoAsstGui

View File

@@ -1,4 +1,17 @@
using System;
// <copyright file="ErrorView.xaml.cs" company="MaaAssistantArknights">
// MeoAsstGui - A part of the MeoAssistantArknights project
// Copyright (C) 2021 MistEO and Contributors
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY
// </copyright>
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Documents;