Exemple #1
0
 public KalendarGodinaDanItem(Model.Data.KalendarGodinaDan item)
 {
     this.GodinaDan = item.GodinaDan;
     this.Oznaka    = item.Oznaka;
 }
 public KalendarGodinaDanFormFormattedBase(Model.Data.KalendarGodinaDan formformated)
 {
     this.GodinaDan = formformated.GodinaDan;
     this.Oznaka    = formformated.Oznaka;
 }
Exemple #3
0
 public KalendarGodinaDanGridFormattedBase(Model.Data.KalendarGodinaDan gridformated)
 {
     this.GodinaDan = gridformated.GodinaDan;
     this.Oznaka    = gridformated.Oznaka;
 }