C# Class OpenTween.Models.FavoritesTabModel

Inheritance: TabModel
显示文件 Open project: opentween/OpenTween Class Usage Examples

Public Methods

Method Description
FavoritesTabModel ( ) : System
FavoritesTabModel ( string tabName ) : System
RefreshAsync ( Twitter tw, bool backward, bool startup, IProgress progress ) : System.Threading.Tasks.Task

Method Details

FavoritesTabModel() public method

public FavoritesTabModel ( ) : System
return System

FavoritesTabModel() public method

public FavoritesTabModel ( string tabName ) : System
tabName string
return System

RefreshAsync() public method

public RefreshAsync ( Twitter tw, bool backward, bool startup, IProgress progress ) : System.Threading.Tasks.Task
tw Twitter
backward bool
startup bool
progress IProgress
return System.Threading.Tasks.Task