Advertisement
MusicFreak

Baze

May 7th, 2014
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.31 KB | None | 0 0
  1. if (d == 1 || d == 3 || d == 4)
  2.             {
  3.                 p1.Visible = true;
  4.                 if (d == 1)
  5.                 label1.Text = "ID clana:";
  6.                 if (d == 3)
  7.                 label1.Text = "ID izdavacke kuce:";
  8.                 if (d == 4)
  9.                 label1.Text = "Zanr:";
  10.             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement