C# Class MettleSystems.dashCommerce.Web.admin.orderedit

Inheritance: MettleSystems.dashCommerce.Store.Web.AdminPage
Afficher le fichier Open project: dashcommerce/dashcommerce-3

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void

Handles the Load event of the Page control.

Private Methods

Méthode Description
SetOrderEditProperties ( ) : void

Sets the order edit properties.

Method Details

Page_Load() protected méthode

Handles the Load event of the Page control.
protected Page_Load ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Résultat void