Guest User

Untitled

a guest
Jan 22nd, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. private void openFileDialog_FileOk(object sender, CancelEventArgs e)
  2. {
  3. string nomeArquivo = Path.GetFileNameWithoutExtension(CaminhoImagem);
  4. NomeImagem.Text = nomeArquivo;
  5. pictureBox1.Image = image;
  6. }
Add Comment
Please, Sign In to add comment