From 1c0a07c07d16d529aa058a540e04832f58cd8def Mon Sep 17 00:00:00 2001 From: MistEO Date: Wed, 11 Jan 2023 22:19:55 +0800 Subject: [PATCH] fix: wpf warnings --- src/MaaWpfGui/Helper/WebService.cs | 13 +++++++++++++ src/MaaWpfGui/Main/AsstProxy.cs | 2 +- src/MaaWpfGui/Main/VersionUpdateViewModel.cs | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/src/MaaWpfGui/Helper/WebService.cs b/src/MaaWpfGui/Helper/WebService.cs index a88b5315af..debb0feec3 100644 --- a/src/MaaWpfGui/Helper/WebService.cs +++ b/src/MaaWpfGui/Helper/WebService.cs @@ -1,3 +1,16 @@ +// +// MaaWpfGui - A part of the MaaCoreArknights 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 +// + using System; using System.Collections.Generic; using System.IO; diff --git a/src/MaaWpfGui/Main/AsstProxy.cs b/src/MaaWpfGui/Main/AsstProxy.cs index 09da002494..8fb0dbc085 100644 --- a/src/MaaWpfGui/Main/AsstProxy.cs +++ b/src/MaaWpfGui/Main/AsstProxy.cs @@ -1664,4 +1664,4 @@ namespace MaaWpfGui /// DeploymentWithPause = 3, } -} \ No newline at end of file +} diff --git a/src/MaaWpfGui/Main/VersionUpdateViewModel.cs b/src/MaaWpfGui/Main/VersionUpdateViewModel.cs index a73ba09982..108e3be8ae 100644 --- a/src/MaaWpfGui/Main/VersionUpdateViewModel.cs +++ b/src/MaaWpfGui/Main/VersionUpdateViewModel.cs @@ -971,4 +971,4 @@ namespace MaaWpfGui Process.Start(e.Parameter.ToString()); } } -} \ No newline at end of file +}