C# Class DotNetNuke.Modules.Admin.Sales.Purchase

Inheritance: DotNetNuke.Entities.Modules.PortalModuleBase
Exibir arquivo Open project: ucdavis/caesdodnn

Protected Methods

Method Description
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void

Private Methods

Method Description
ConvertCurrency ( string Amount, string FromCurrency, string ToCurrency ) : double
InitializeComponent ( ) : void
cmdCancel_Click ( Object sender, EventArgs e ) : void
cmdPurchase_Click ( Object sender, EventArgs e ) : void

Method Details

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void