C# Class ERP.WebContext

Context for the RIA application.
This context extends the base to make application services and types available for consumption from code and xaml.
Inheritance: WebContextBase
Afficher le fichier Open project: arthurgfonseca/ERP-Grupo5

Méthodes publiques

Méthode Description
WebContext ( ) : System

Initializes a new instance of the WebContext class.

Private Methods

Méthode Description
OnCreated ( ) : void

This method is invoked from the constructor once initialization is complete and can be used for further object setup.

Method Details

WebContext() public méthode

Initializes a new instance of the WebContext class.
public WebContext ( ) : System
Résultat System