Пример #1
0
        private void AddRemoveAttachments_Load(object sender, EventArgs e)
        {
            //           btnInsertFileAttachment.Enabled = _AllowAddDeleteAttachments;
//            btnDeleteFileAttachment.Enabled = _AllowAddDeleteAttachments;

            AppointmentHelper.LoadFileAttachmentsLv(_Item, ref lvFileAttachments);
        }