示例#1
0
        protected void btnDownloadAllPlusReferences_Click(object sender, EventArgs e)
        {
            bool success = FileBLL.DownloadByApplication(currentApplication, true); //Include references

            if (!success)
            {
                lblDownloadAllStatus.Text = "Files could not be combined successfully.";
            }
        }