refactor Queue namespace
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
namespace Inspectron.Epson.Queue;
|
||||
|
||||
public class PrintResult
|
||||
{
|
||||
public bool Success { get; }
|
||||
@@ -11,4 +13,4 @@ public class PrintResult
|
||||
|
||||
public static PrintResult Ok() => new(true, PrintErrorType.None);
|
||||
public static PrintResult Fail(PrintErrorType errorType) => new(false, errorType);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user