Emmanuel.Cryptography.GnuPG.GnuPG.Page_Load Function
Page Load callback function. Initialize text boxes (FromTextBox, ToTextBox) with values from Web.Config file ("originator" => FromTextBox, "recipient" => ToTextBox).
Private void Page_Load (object, System.EventArgs)
Type
Name
Description
object
sender
Object that raised the Load event
System.EventArgs
e
The EventArgs object that contains the event data
Return
Description
void