Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'UVtools.Core/Objects/Kernel.cs')
-rw-r--r--UVtools.Core/Objects/Kernel.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/UVtools.Core/Objects/Kernel.cs b/UVtools.Core/Objects/Kernel.cs
index f57c93c..b73a0a5 100644
--- a/UVtools.Core/Objects/Kernel.cs
+++ b/UVtools.Core/Objects/Kernel.cs
@@ -6,11 +6,13 @@
* of this license document, but changing it is not allowed.
*/
+using System;
using System.Drawing;
using Emgu.CV;
namespace UVtools.Core.Objects
{
+ [Serializable]
public sealed class Kernel
{
public Matrix<byte> Matrix { get; set; }