示例#1
0
 private void btnDodajFoto_Click(object sender, EventArgs e)
 {
     this.Hide();
     new DodajFotografiju().ShowDialog();
     this.Show();
     KontrolerKorisnickogInterfejsa.PrikaziFotografiju(dataGridViewFoto, lblGreskaFoto);
 }