public EmoticonsTransformation(IEmoticonsSource emoticonsSource, string appRootUrl)
 {
     EmoticonsTable = emoticonsSource.GetEmoticons();
     _appRootUrl    = appRootUrl;
 }
예제 #2
0
 public EmoticonsTransformation(IEmoticonsSource emoticonsSource, string appRootUrl)
 {
     EmoticonsTable = emoticonsSource.GetEmoticons();
     _appRootUrl = appRootUrl;
 }