C# Class csCommon.RemoteScreenPlugin.ContactViewModel

Inheritance: Caliburn.Micro.Screen
Show file Open project: TNOCS/csTouch

Public Methods

Method Description
ContactViewModel ( ) : System
FollowMap ( ) : void
FollowScreen ( ) : void

Protected Methods

Method Description
OnViewLoaded ( object view ) : void

Method Details

ContactViewModel() public method

public ContactViewModel ( ) : System
return System

FollowMap() public method

public FollowMap ( ) : void
return void

FollowScreen() public method

public FollowScreen ( ) : void
return void

OnViewLoaded() protected method

protected OnViewLoaded ( object view ) : void
view object
return void