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
 /// <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);
 }