Beispiel #1
0
        private void imgMd_Click(object sender, EventArgs e)
        {
            if (!_IsPostAndComments)
            {
                return;
            }

            try
            {
                //UcFilterParams wUcFilterParams = new UcFilterParams();
                //wUcFilterParams.AllTree = true;
                //wUcFilterParams.PostId = this._Comment.ElementId.Value;
                //wUcFilterParams.SCInternalCode = this._Comment.SCInternalCode;

                //UcPostAndComment wUcPostAndComment = new UcPostAndComment();
                //wUcPostAndComment.Populate(wUcFilterParams);

                PopupControlContainer popup = new PopupControlContainer();


                popup.BringToFront();
                popup.ShowPopup(barManager1, this.PointToScreen(this.imgMd.Location));
            }
            catch (Exception ex)
            {
                //Helper.ShowErrorMessage(ex);
            }
        }