public VestiShowItem(VestiItem vestProsledjena)
 {
     InitializeComponent();
     this.vest=vestProsledjena;
     this.Naslov.Text = vest.naslovVesti;
     this.Datum.Content = vest.datumPostavljanja.ToString("d");
     this.Predmet.Content = vest.predmet;
 }
예제 #2
0
 public VestiShowItem(VestiItem vestProsledjena)
 {
     InitializeComponent();
     this.vest            = vestProsledjena;
     this.Naslov.Text     = vest.naslovVesti;
     this.Datum.Content   = vest.datumPostavljanja.ToString("d");
     this.Predmet.Content = vest.predmet;
 }