diff --git a/ICD.Common.Utils/ProcessorUtils.Standard.cs b/ICD.Common.Utils/ProcessorUtils.Standard.cs index 4ae0d32..d3fd703 100644 --- a/ICD.Common.Utils/ProcessorUtils.Standard.cs +++ b/ICD.Common.Utils/ProcessorUtils.Standard.cs @@ -97,8 +97,7 @@ namespace ICD.Common.Utils [PublicAPI] public static void RestartProgram() { - // TODO - throw new NotImplementedException(); + throw new NotSupportedException(); } /// @@ -107,8 +106,7 @@ namespace ICD.Common.Utils [PublicAPI] public static void Reboot() { - // TODO - throw new NotImplementedException(); + throw new NotSupportedException(); } #endregion