Method | Description | |
---|---|---|
AddSubreddit ( |
||
LoadSubreddits ( ) : void | ||
RemoveSubreddit ( |
||
SubredditsViewModel ( INavigationService nav, bool isDesignMode ) : GalaSoft.MvvmLight.Command |
Method | Description | |
---|---|---|
LoadSubredditsDesignTime ( ) : void | ||
NavigateToSub ( |
Method | Description | |
---|---|---|
Init ( ) : void | ||
InitDesignTime ( ) : void | ||
SaveSubreddits ( ) : System.Threading.Tasks.Task |
public AddSubreddit ( |
||
subreddit | ||
return | System.Threading.Tasks.Task |
protected LoadSubredditsDesignTime ( ) : void | ||
return | void |
protected NavigateToSub ( |
||
sub | ||
return | void |
public RemoveSubreddit ( |
||
subreddit | ||
return | System.Threading.Tasks.Task |
public SubredditsViewModel ( INavigationService nav, bool isDesignMode ) : GalaSoft.MvvmLight.Command | ||
nav | INavigationService | |
isDesignMode | bool | |
return | GalaSoft.MvvmLight.Command |