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
Exibir arquivo Open project: arthurgfonseca/ERP-Grupo5

Public Methods

Method Description
WebContext ( ) : System

Initializes a new instance of the WebContext class.

Private Methods

Method 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 method

Initializes a new instance of the WebContext class.
public WebContext ( ) : System
return System