Exemplo n.º 1
0
 private void BtnNewPicBrowse_Click(object sender, RoutedEventArgs e)
 {
     Active.BrowseImage(imgEditProfile, txtNewPic);
 }
Exemplo n.º 2
0
 private void btnBrowse_Click(object sender, RoutedEventArgs e)
 {
     //SELATAAN KUVA
     Active.BrowseImage(imgProfile, txtPic);
 }