C# Class SimpleViewer.Universal.App

Show file Open project: fo-dicom/fo-dicom-samples

Public Methods

Method Description
App ( ) : System

Protected Methods

Method Description
BuildUp ( object instance ) : void
Configure ( ) : void
GetAllInstances ( Type service ) : IEnumerable
GetInstance ( Type service, string key ) : object
OnLaunched ( LaunchActivatedEventArgs args ) : void

Method Details

App() public method

public App ( ) : System
return System

BuildUp() protected method

protected BuildUp ( object instance ) : void
instance object
return void

Configure() protected method

protected Configure ( ) : void
return void

GetAllInstances() protected method

protected GetAllInstances ( Type service ) : IEnumerable
service System.Type
return IEnumerable

GetInstance() protected method

protected GetInstance ( Type service, string key ) : object
service Type
key string
return object

OnLaunched() protected method

protected OnLaunched ( LaunchActivatedEventArgs args ) : void
args LaunchActivatedEventArgs
return void