Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
navylee0210 committed Jul 10, 2024
1 parent 2257c6b commit 43d3a60
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion Source/Extensions/H.Extensions.Common/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
global using H.Iocable;
global using H.Services.Logger;
using System.Windows;
using System.Windows.Markup;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
namespace H.Services.Revertible
using System.Collections.Generic;

namespace H.Services.Revertible
{
public interface IRevertibleService
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Copyright © 2024 By HeBianGu(QQ:908293466) https://github.com/HeBianGu/WPF-Control

using System.Reflection;
using System.Xml;

namespace H.Services.Serializable
Expand Down

0 comments on commit 43d3a60

Please sign in to comment.