Skip to content

Commit

Permalink
namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ejuo committed Dec 21, 2016
1 parent c226554 commit 187b899
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions MailRuCloudWebDav/Authentication.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System;
using System.Configuration;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
Expand All @@ -8,9 +9,8 @@
using NWebDav.Server.HttpListener;
using WebDavMailRuCloudStore;
using YaR.WebDavMailRu.CloudStore.Mailru.StoreBase;
using System.Configuration;

namespace WDMRC.Form
namespace MailRuCloudWebDav
{
public partial class Authentication : System.Windows.Forms.Form
{
Expand Down
2 changes: 1 addition & 1 deletion MailRuCloudWebDav/Log4NetAdapter.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using NWebDav.Server.Logging;

namespace WDMRC.Form
namespace MailRuCloudWebDav
{
public class Log4NetAdapter : ILoggerFactory
{
Expand Down
2 changes: 1 addition & 1 deletion MailRuCloudWebDav/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using System.Windows.Forms;
using NWebDav.Server.Logging;

namespace WDMRC.Form
namespace MailRuCloudWebDav
{
static class Program
{
Expand Down

0 comments on commit 187b899

Please sign in to comment.