C# Class Caliburn.Micro.PhoneApplicationServiceAdapter

An implementation of IPhoneService that adapts PhoneApplicationService.
Inheritance: IPhoneService
Mostra file Open project: dbuksbaum/Learning-Caliburn.Micro Class Usage Examples

Public Methods

Method Description
PhoneApplicationServiceAdapter ( PhoneApplicationService phoneService ) : System

Creates an instance of PhoneApplicationServiceAdapter.

Method Details

PhoneApplicationServiceAdapter() public method

Creates an instance of PhoneApplicationServiceAdapter.
public PhoneApplicationServiceAdapter ( PhoneApplicationService phoneService ) : System
phoneService PhoneApplicationService The to adapt.
return System