C# Class NavDrawer.Core.ViewModels.HomeViewModel

Inheritance: MvvmCross.Core.ViewModels.MvxViewModel
Show file Open project: jamesmontemagno/Xam.NavDrawer

Public Methods

Method Description
HomeViewModel ( ) : System
ShowBrowse ( ) : void
ShowFriends ( ) : void
ShowProfile ( ) : void

Method Details

HomeViewModel() public method

public HomeViewModel ( ) : System
return System

ShowBrowse() public method

public ShowBrowse ( ) : void
return void

ShowFriends() public method

public ShowFriends ( ) : void
return void

ShowProfile() public method

public ShowProfile ( ) : void
return void