示例#1
0
        private void btnViewSupportDoc3_Click(object sender, EventArgs e)
        {
            OpenSupportingDocument("A2", ".pdf", false);

            if (Thumbnail != null)
            {
                Thumbnail.Hide();
                Thumbnail = null;
            }
        }
示例#2
0
        private void btnViewPlainAudit_Click(object sender, EventArgs e)
        {
            OpenSupportingDocument("DA", ".txt", true);

            if (Thumbnail != null)
            {
                Thumbnail.Hide();
                Thumbnail = null;
            }
        }