Correcting namespaces

This commit is contained in:
Chris Cameron
2017-08-29 10:33:19 -04:00
parent ce73578609
commit c812cf47ce
15 changed files with 15 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
using System;
using ICD.Common.Properties;
namespace ICD.Common.EventArguments
namespace ICD.Common.Utils.EventArguments
{
public sealed class XmlRecursionEventArgs : EventArgs
{