naps2/NAPS2.Sdk/ImportExport/ImageRenderException.cs
Ben Olden-Cooligan b62100fb07 Remove unused usings
No longer keeping System, System.Collections.Generic, System.Linq
2019-07-14 11:26:56 -04:00

9 lines
113 B
C#

using System;
namespace NAPS2.ImportExport
{
public class ImageRenderException : Exception
{
}
}