Beispiel #1
0
 public MemorialDay(uint y, uint m, uint d, string title, string desc, string imgpath)
 {
     Date        = new MemorialDate();
     Date.Year   = y;
     Date.Month  = m;
     Date.Day    = d;
     Title       = title;
     Description = desc;
     ImagePath   = imgpath;
 }