예제 #1
0
 private void CreateImages()
 {
     this._imageLike    = LikesAndCommentsItem.GetImageBorder("/Resources/WallPost/Like32px.png");
     this._imageComment = LikesAndCommentsItem.GetImageBorder("/Resources/WallPost/Comment32px.png");
     this._imageRepost  = LikesAndCommentsItem.GetImageBorder("/Resources/WallPost/Share32px.png");
 }
예제 #2
0
 private void CreateImages()
 {
     this._imageLike    = LikesAndCommentsItem.GetImageBorder("/Resources/WallPost/PostLike.png");
     this._imageComment = LikesAndCommentsItem.GetImageBorder("/Resources/WallPost/PostComment.png");
     this._imageRepost  = LikesAndCommentsItem.GetImageBorder("/Resources/WallPost/PostShare.png");
 }