code style

This commit is contained in:
Lightczx
2024-04-07 15:07:53 +08:00
parent 0ede5b158f
commit ab95ce8ce8
2 changed files with 0 additions and 10 deletions

View File

@@ -3,11 +3,6 @@
using Microsoft.UI.Xaml.Controls;
using Microsoft.UI.Xaml.Controls.Primitives;
using Microsoft.UI.Xaml.Media.Animation;
using Snap.Hutao.Core.Abstraction;
using Snap.Hutao.Core.Abstraction.Extension;
using System.Collections.ObjectModel;
using Windows.Foundation;
namespace Snap.Hutao.Service.Notification;

View File

@@ -1,11 +1,6 @@
// Copyright (c) DGP Studio. All rights reserved.
// Licensed under the MIT license.
using Microsoft.UI.Xaml.Controls;
using Microsoft.UI.Xaml.Media.Animation;
using System.Collections.ObjectModel;
using Windows.Foundation;
namespace Snap.Hutao.Service.Notification;
internal sealed class InfoBarOptionsBuilder : IInfoBarOptionsBuilder