Skip to content
This repository has been archived by the owner on Feb 10, 2021. It is now read-only.

Commit

Permalink
DNN-7667 - Ensure class serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
agrueso committed Nov 12, 2015
1 parent c48a004 commit f6d9de2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Objects/EditorHostSetting.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@

using System;

namespace DNNConnect.CKEditorProvider.Objects
{
/// <summary>
/// A Editor Host Setting Item
/// </summary>
[Serializable]
public class EditorHostSetting
{
#region Properties
Expand Down

0 comments on commit f6d9de2

Please sign in to comment.