Esempio n. 1
0
 private void btnSrc_Click(object sender, EventArgs e)
 {
     if (dlgSelFile.ShowDialog() == DialogResult.OK)
     {
         srcImage = dlgSelFile.FileName;
         src = new frmSource();
         src.Show();
         src.LoadImage(srcImage);
     }
 }
Esempio n. 2
0
 private void btnSrc_Click(object sender, EventArgs e)
 {
     if (dlgSelFile.ShowDialog() == DialogResult.OK)
     {
         srcImage = dlgSelFile.FileName;
         src      = new frmSource();
         src.Show();
         src.LoadImage(srcImage);
     }
 }