Exemple #1
0
        //Downloads a new pdf file to the database for the future using
        private void btnTeacherAddPdf_Click(object sender, EventArgs e)
        {
            Extensions.AddPdfFile();

            //Refreshes info on the form
            cbxTeacherAddSourcePdf.Items.Clear();
            ChoosePdfFromSource();
        }