summaryrefslogtreecommitdiffstats
path: root/samples/OAuthConsumer/GoogleApps2Legged.aspx.cs
diff options
context:
space:
mode:
Diffstat (limited to 'samples/OAuthConsumer/GoogleApps2Legged.aspx.cs')
-rw-r--r--samples/OAuthConsumer/GoogleApps2Legged.aspx.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/samples/OAuthConsumer/GoogleApps2Legged.aspx.cs b/samples/OAuthConsumer/GoogleApps2Legged.aspx.cs
index cff24ea..d9a886e 100644
--- a/samples/OAuthConsumer/GoogleApps2Legged.aspx.cs
+++ b/samples/OAuthConsumer/GoogleApps2Legged.aspx.cs
@@ -19,5 +19,9 @@
await httpClient.GetAsync("http://someUri", Response.ClientDisconnectedToken);
}
}
+
+ protected void getAddressBookButton_Click(object sender, EventArgs e) {
+ throw new NotImplementedException();
+ }
}
} \ No newline at end of file