Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #49 from ricky8955555/main
Browse files Browse the repository at this point in the history
代码清理
  • Loading branch information
SugarMGP authored Jan 16, 2021
2 parents eadcce6 + f32ba45 commit eddb009
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion SeewoHelper/Forms/UpdateCheckerWindow.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using SeewoHelper.Features;
using SeewoHelper.Utilities;
using System;
using System.Diagnostics;
using System.Windows.Forms;

namespace SeewoHelper.Forms
Expand Down
3 changes: 2 additions & 1 deletion SeewoHelper/Models/Configuration{T}.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ public class Configuration<T> : IDisposable
/// <summary>
/// 配置内容
/// </summary>
public T Content {
public T Content
{
get => _content;
set
{
Expand Down

0 comments on commit eddb009

Please sign in to comment.