public void Handle(WallPostPostponedPublished message) { if (message.WallPost.owner_id != this._ownerId) { return; } this.PostponedPostsCount = this.PostponedPostsCount - 1; }
public void Handle(WallPostPostponedPublished message) { Group expr_06 = this._group; int postponedPostsCount = expr_06.PostponedPostsCount; expr_06.PostponedPostsCount = postponedPostsCount - 1; this.ReadActionButtons(); }