Disable CS109 via pragma.

This commit is contained in:
markpollack
2008-10-13 22:49:46 +00:00
parent 60b85ad33c
commit 054421552e

View File

@@ -74,7 +74,9 @@ namespace Spring.Web.UI.Controls
#if !NET_2_0
public string Action
#else
#pragma warning disable 0109
public new string Action
#pragma warning restore 0109
#endif
{
get { return this.action; }