Method | Description | |
---|---|---|
Page_Load ( object sender, EventArgs e ) : void |
Handles the Load event of the Page control.
|
|
btnSave_Click ( object sender, EventArgs e ) : void |
Handles the Click event of the btnSave control.
|
Method | Description | |
---|---|---|
SetNullPaymentConfigurationProperties ( ) : void |
Sets the null payment configuration properties.
|
protected Page_Load ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
return | void |
protected btnSave_Click ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
return | void |