C# Class Sage_One_API_Sample_Website._Default

Inheritance: System.Web.UI.Page
Mostra file Open project: Sage/sageone_api_csharp_sample

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
button_authorise_onclick ( object sender, EventArgs e ) : void

Authroise the client application to make calls against the API

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

button_authorise_onclick() protected method

Authroise the client application to make calls against the API
protected button_authorise_onclick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void