summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenId/RelyingParty/OpenIdMobileTextBox.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/DotNetOpenId/RelyingParty/OpenIdMobileTextBox.cs')
-rw-r--r--src/DotNetOpenId/RelyingParty/OpenIdMobileTextBox.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/DotNetOpenId/RelyingParty/OpenIdMobileTextBox.cs b/src/DotNetOpenId/RelyingParty/OpenIdMobileTextBox.cs
index e5360a7..7f6c49d 100644
--- a/src/DotNetOpenId/RelyingParty/OpenIdMobileTextBox.cs
+++ b/src/DotNetOpenId/RelyingParty/OpenIdMobileTextBox.cs
@@ -5,6 +5,7 @@
* For news or support on this file: http://blog.nerdbank.net/
********************************************************/
+#if !__MonoCS__
using System;
using System.ComponentModel;
using System.Diagnostics;
@@ -495,3 +496,5 @@ namespace DotNetOpenId.RelyingParty
#endregion
}
}
+#endif
+