C# 클래스 Netsy.Shop.App

Application object For the Netsy Shop Control
상속: System.Windows.Application
파일 보기 프로젝트 열기: AnthonySteele/Netsy

공개 메소드들

메소드 설명
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 ( ) : ShopControlViewModel

Use the unity container to resolve the viewmodel

메소드 상세

App() 공개 메소드

Initializes a new instance of the App class
public App ( ) : System
리턴 System