Rename namespace.

This commit is contained in:
2020-03-01 13:56:13 +00:00
parent 1a0420ff23
commit 766af2aaa9
5 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ using System.Linq;
using SharpAvi; using SharpAvi;
using SharpAvi.Output; using SharpAvi.Output;
namespace DiscImageChef.VideoNow namespace Aaru.VideoNow
{ {
public static class Color public static class Color
{ {

View File

@@ -37,7 +37,7 @@ using System.Reflection;
// ReSharper disable LocalizableElement // ReSharper disable LocalizableElement
namespace DiscImageChef.VideoNow namespace Aaru.VideoNow
{ {
internal static class MainClass internal static class MainClass
{ {

View File

@@ -8,7 +8,7 @@
// </auto-generated> // </auto-generated>
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
namespace DiscImageChef.VideoNow { namespace Aaru.VideoNow {
using System; using System;

View File

@@ -1,4 +1,4 @@
namespace DiscImageChef.VideoNow namespace Aaru.VideoNow
{ {
public static class Swapping public static class Swapping
{ {

View File

@@ -4,7 +4,7 @@ using System.Linq;
using SharpAvi; using SharpAvi;
using SharpAvi.Output; using SharpAvi.Output;
namespace DiscImageChef.VideoNow namespace Aaru.VideoNow
{ {
public static class Xp public static class Xp
{ {