diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-06-07 21:29:29 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-06-07 21:29:29 -0700 |
commit | b3a35b9ae0823dda35bb07b404c9c09fec09402a (patch) | |
tree | b58aaf62cf23c1e2c06a0f1d5f13ab899fff6a04 /samples/OAuthConsumer/SignInWithTwitter.aspx.cs | |
parent | 8ed398b9151c8fc140379756bd3bd546a46daf05 (diff) | |
download | DotNetOpenAuth-b3a35b9ae0823dda35bb07b404c9c09fec09402a.zip DotNetOpenAuth-b3a35b9ae0823dda35bb07b404c9c09fec09402a.tar.gz DotNetOpenAuth-b3a35b9ae0823dda35bb07b404c9c09fec09402a.tar.bz2 |
Lots of StyleCop work, and one bug fix (can you find it? <g>)
Diffstat (limited to 'samples/OAuthConsumer/SignInWithTwitter.aspx.cs')
-rw-r--r-- | samples/OAuthConsumer/SignInWithTwitter.aspx.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/OAuthConsumer/SignInWithTwitter.aspx.cs b/samples/OAuthConsumer/SignInWithTwitter.aspx.cs index 5bc46ef..e104f3a 100644 --- a/samples/OAuthConsumer/SignInWithTwitter.aspx.cs +++ b/samples/OAuthConsumer/SignInWithTwitter.aspx.cs @@ -33,7 +33,7 @@ } protected void signInButton_Click(object sender, ImageClickEventArgs e) { - TwitterConsumer.StartSignInWithTwitter(forceLoginCheckbox.Checked).Send(); + TwitterConsumer.StartSignInWithTwitter(this.forceLoginCheckbox.Checked).Send(); } } }
\ No newline at end of file |