Skip to content

Commit

Permalink
chore(wpf): remove unused namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
windowsair committed Aug 13, 2024
1 parent 2cf441b commit 0d643d0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions elaphureLink.Wpf/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,13 @@
using System.Linq;
using System.Threading.Tasks;
using System.Windows;

using System.Threading;
using Windows.ApplicationModel.Activation;

using Microsoft.Toolkit.Mvvm.DependencyInjection;
using Microsoft.Extensions.DependencyInjection;

using elaphureLink.Wpf.Core.Services;
using elaphureLink.Wpf.ViewModel;
using Windows.Storage;
using Windows.Foundation.Collections;

using Ninject;
using Ninject.Modules;
Expand Down
2 changes: 0 additions & 2 deletions elaphureLink.Wpf/Core/SettingsService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Windows.Foundation.Collections;
using Windows.Storage;

namespace elaphureLink.Wpf.Core.Services
{
Expand Down

0 comments on commit 0d643d0

Please sign in to comment.