Skip to content

Commit

Permalink
Removed unused namespaces and sorted the rest.
Browse files Browse the repository at this point in the history
  • Loading branch information
payini committed Sep 4, 2018
1 parent a245dd3 commit 6c849e3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 26 deletions.
10 changes: 4 additions & 6 deletions src/AppVNext.Notifier.ConsoleUwp/NotificationEvents.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
using System;
using Windows.UI.Notifications;
using static System.Environment;
using static System.Console;
using AppVNext.Notifier.Common;
using System.Collections.Generic;
using System.Reflection;
using AppVNext.Notifier.Common;
using Microsoft.QueryStringDotNET;
using Windows.UI.Notifications;
using static System.Console;
using static System.Environment;

namespace AppVNext.Notifier
{
Expand Down
17 changes: 6 additions & 11 deletions src/AppVNext.Notifier.ConsoleUwp/Notifier.cs
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
using AppVNext.Notifier.Common;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Windows.UI.Notifications;
using Microsoft.Toolkit.Uwp.Notifications;
using Microsoft.QueryStringDotNET;
using Windows.Data.Xml.Dom;
using DesktopNotifications;
using Microsoft.Toolkit.Uwp.Notifications;
using System;
using System.Drawing;
using System.IO;
using System.Net.Http;
using System.Net;
using System.Drawing;
using System.Threading.Tasks;
using Windows.Data.Xml.Dom;
using Windows.UI.Notifications;

namespace AppVNext.Notifier
{
Expand Down
2 changes: 1 addition & 1 deletion src/AppVNext.Notifier.ConsoleUwp/NotifierActivator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
using DesktopNotifications;
using System;
using System.Runtime.InteropServices;
using static System.Environment;
using static System.Console;
using static System.Environment;

namespace AppVNext.Notifier
{
Expand Down
8 changes: 0 additions & 8 deletions src/AppVNext.Notifier.ConsoleUwp/Program.cs
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
using AppVNext.Notifier.Common;
using DesktopNotifications;
using Microsoft.QueryStringDotNET;
using Microsoft.Toolkit.Uwp.Notifications;
using System;
using System.IO;
using System.Linq;
using System.Net.Http;
using System.Threading.Tasks;
using System.Windows;
using Windows.Data.Xml.Dom;
using Windows.UI.Notifications;
using static System.Console;
using static System.Environment;

Expand Down

0 comments on commit 6c849e3

Please sign in to comment.