C# 클래스 OpenTween.Models.RelatedPostsTabModel

상속: InternalStorageTabModel
파일 보기 프로젝트 열기: opentween/OpenTween 1 사용 예제들

공개 메소드들

메소드 설명
RefreshAsync ( Twitter tw, bool startup, IProgress progress ) : System.Threading.Tasks.Task
RefreshAsync ( Twitter tw, bool _, bool startup, IProgress progress ) : System.Threading.Tasks.Task
RelatedPostsTabModel ( string tabName, PostClass targetPost ) : System

메소드 상세

RefreshAsync() 공개 메소드

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

RefreshAsync() 공개 메소드

public RefreshAsync ( Twitter tw, bool _, bool startup, IProgress progress ) : System.Threading.Tasks.Task
tw Twitter
_ bool
startup bool
progress IProgress
리턴 System.Threading.Tasks.Task

RelatedPostsTabModel() 공개 메소드

public RelatedPostsTabModel ( string tabName, PostClass targetPost ) : System
tabName string
targetPost PostClass
리턴 System