diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-05-08 07:43:13 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-05-08 07:43:13 -0700 |
commit | 3a5a761063327f919d72d04e47968c8556a6fd36 (patch) | |
tree | 962b5692889ff320985c3862b08a1527798a116f /samples/OAuthConsumer/SignInWithTwitter.aspx.cs | |
parent | 1be3ed304dcf79725ca099f8df54a601c26e145b (diff) | |
download | DotNetOpenAuth-3a5a761063327f919d72d04e47968c8556a6fd36.zip DotNetOpenAuth-3a5a761063327f919d72d04e47968c8556a6fd36.tar.gz DotNetOpenAuth-3a5a761063327f919d72d04e47968c8556a6fd36.tar.bz2 |
StyleCop fixes.
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 9cea1f5..26ccead 100644 --- a/samples/OAuthConsumer/SignInWithTwitter.aspx.cs +++ b/samples/OAuthConsumer/SignInWithTwitter.aspx.cs @@ -15,7 +15,7 @@ public partial class SignInWithTwitter : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { if (TwitterConsumer.IsTwitterConsumerConfigured) { - MultiView1.ActiveViewIndex = 1; + this.MultiView1.ActiveViewIndex = 1; if (!IsPostBack) { string screenName; |