C# Класс Netsy.Listings.App

Application object For the Netsy Listings Control
Наследование: Application
Показать файл Открыть проект

Открытые методы

Метод Описание
App ( ) : System

Initializes a new instance of the App class

Приватные методы

Метод Описание
Application_Exit ( object sender, EventArgs e ) : void

shutdown event handler

Application_Startup ( object sender, System.Windows.StartupEventArgs e ) : void

Startup event handler

Application_UnhandledException ( object sender, System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void

Exception handler

ReportErrorToDOM ( System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void

Send the error into the browser

ResolveViewModel ( ) : ListingsControlViewModel

Use the unity container to resolve the viewmodel

Описание методов

App() публичный Метод

Initializes a new instance of the App class
public App ( ) : System
Результат System