Skip to content

Commit

Permalink
Cleanup code
Browse files Browse the repository at this point in the history
  • Loading branch information
n-shay committed Nov 8, 2019
1 parent 11a5d81 commit 2642706
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 15 deletions.
17 changes: 8 additions & 9 deletions BingBackground/BingBackground/BingBackgroundUpdater.cs
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
using Microsoft.Win32;
using System;
using System.IO;
using System.Net;
using System.Threading;
using System.Threading.Tasks;

namespace BingBackground
namespace BingBackground
{
using System;
using System.IO;
using System.Drawing;
using System.Reflection;
using System.Net;
using System.Runtime.InteropServices;
using System.Threading;
using System.Threading.Tasks;

using Microsoft.Win32;

using Newtonsoft.Json;

Expand Down
6 changes: 3 additions & 3 deletions BingBackground/BingBackground/NativeMethods.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Runtime.InteropServices;

namespace BingBackground
namespace BingBackground
{
using System.Runtime.InteropServices;

internal sealed class NativeMethods
{
[DllImport("user32.dll", CharSet = CharSet.Auto)]
Expand Down
4 changes: 1 addition & 3 deletions BingBackground/BingBackground/Program.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
[assembly: System.Resources.NeutralResourcesLanguage("en")]

namespace BingBackground
namespace BingBackground
{
using System;
using System.Reflection;
Expand Down

0 comments on commit 2642706

Please sign in to comment.