C# Class MrUploader.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
ファイルを表示 Open project: dmitry-dedukhin/MrUploader

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