C# Class Ch.Epyx.WindMobile.WP7.ViewModel.StationInfoViewModel

This class contains properties that a View can data bind to.

Use the mvvminpc snippet to add bindable properties to this ViewModel.

You can also use Blend to data bind with the tool's support.

See http://www.galasoft.ch/mvvm/getstarted

Inheritance: ApplicationViewModel
Show file Open project: epyx-src/WindMobile-WP7

Public Methods

Method Description
RaiseActivated ( ) : void
StationInfoViewModel ( IStationInfo info ) : System

Method Details

RaiseActivated() public method

public RaiseActivated ( ) : void
return void

StationInfoViewModel() public method

public StationInfoViewModel ( IStationInfo info ) : System
info IStationInfo
return System