diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-11-10 21:36:40 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-11-10 21:36:40 -0800 |
commit | 9ae05669a24973cea9ad33fbc8fa11af90d487b8 (patch) | |
tree | 23e9fd2d026adb45f13be51e5808b2cb13f7e742 /src/DotNetOpenAuth.OpenId.RelyingParty.UI | |
parent | 82df2874b6506f0d85afd0d13958af48cd5b5631 (diff) | |
download | DotNetOpenAuth-9ae05669a24973cea9ad33fbc8fa11af90d487b8.zip DotNetOpenAuth-9ae05669a24973cea9ad33fbc8fa11af90d487b8.tar.gz DotNetOpenAuth-9ae05669a24973cea9ad33fbc8fa11af90d487b8.tar.bz2 |
Marks SelectorButton as serializable
Fixes #188
Diffstat (limited to 'src/DotNetOpenAuth.OpenId.RelyingParty.UI')
-rw-r--r-- | src/DotNetOpenAuth.OpenId.RelyingParty.UI/OpenId/RelyingParty/SelectorButton.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth.OpenId.RelyingParty.UI/OpenId/RelyingParty/SelectorButton.cs b/src/DotNetOpenAuth.OpenId.RelyingParty.UI/OpenId/RelyingParty/SelectorButton.cs index b4d0aa0..670189c 100644 --- a/src/DotNetOpenAuth.OpenId.RelyingParty.UI/OpenId/RelyingParty/SelectorButton.cs +++ b/src/DotNetOpenAuth.OpenId.RelyingParty.UI/OpenId/RelyingParty/SelectorButton.cs @@ -13,6 +13,7 @@ namespace DotNetOpenAuth.OpenId.RelyingParty { /// A button that would appear in the <see cref="OpenIdSelector"/> control via its <see cref="OpenIdSelector.Buttons"/> collection. /// </summary> [ContractClass(typeof(SelectorButtonContract))] + [Serializable] public abstract class SelectorButton { /// <summary> /// Initializes a new instance of the <see cref="SelectorButton"/> class. |