OpenTween.Models.RelatedPostsTabModel.RelatedPostsTabModel C# (CSharp) Method

RelatedPostsTabModel() public method

public RelatedPostsTabModel ( string tabName, PostClass targetPost ) : System
tabName string
targetPost PostClass
return System
        public RelatedPostsTabModel(string tabName, PostClass targetPost)
            : base(tabName)
        {
            this.TargetPost = targetPost;
        }