Support for sharing posts on LinkedIn
Inheritance: ISocialShare
コード例 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SocialManager" /> class.
 /// </summary>
 public SocialManager(Twitter twitter, Facebook facebook, Linkedin linkedin, Reddit reddit)
 {
     _socialShares.Add(twitter);
     _socialShares.Add(facebook);
     _socialShares.Add(linkedin);
     _socialShares.Add(reddit);
 }
コード例 #2
0
ファイル: SocialManager.cs プロジェクト: guichengwu/Website
 /// <summary>
 /// Initializes a new instance of the <see cref="SocialManager" /> class.
 /// </summary>
 public SocialManager(Twitter twitter, Facebook facebook, Linkedin linkedin, Reddit reddit)
 {
     _socialShares.Add(twitter);
     _socialShares.Add(facebook);
     _socialShares.Add(linkedin);
     _socialShares.Add(reddit);
 }