Beispiel #1
0
        private void btnPictureLink_Click_1(object sender, EventArgs e)
        {
            PictureSaveForm pictureSaveForm = new PictureSaveForm(_lossReport, split);

            pictureSaveForm.ShowDialog();
            //MessageBox.Show(PictureSaveForm.Address);
            txbPictureLink.Text = PictureSaveForm.Address;
        }
Beispiel #2
0
        private void simpleButton3_Click(object sender, EventArgs e)
        {
            PictureSaveForm pictureSaveForm = new PictureSaveForm(findingReport, split);

            pictureSaveForm.ShowDialog();
            //MessageBox.Show(PictureSaveForm.Address);
            txePictureLink.Text = PictureSaveForm.Address;
        }
Beispiel #3
0
        //private void btnPictureBrowse_Click(object sender, EventArgs e)
        //{
        //    if(xtraOpenFileDialog1.ShowDialog()==DialogResult.OK)
        //    {
        //        txePictureLink.Text = xtraOpenFileDialog1.SafeFileName;
        //    }
        //}

        //private void btnPictureSave_Click(object sender, EventArgs e)
        //{
        //    using(AnimalShelterManagementEntities db= new AnimalShelterManagementEntities())
        //    {

        //    }
        //}

        private void simpleButton1_Click(object sender, EventArgs e)
        {
            PictureSaveForm pictureSaveForm = new PictureSaveForm(_homelessAnimal);

            pictureSaveForm.ShowDialog();
            //MessageBox.Show(PictureSaveForm.Address);
            txePictureLink.Text = PictureSaveForm.Address;
        }