Subversion Repository Public Repository

Nextrek

Diff Revisions 37 vs 38 for /WindowsPhone/NotizieTL/NotizieTL/ArticoloPreferito.cs

Diff revisions: vs.
  @@ -15,8 +15,8 @@
15 15 {
16 16 public bool IsChecked { get; set; }
17 17
18 - public ArticoloPreferito(String titolo, String link, String testo, String testoFull, String dataPub, bool isChecked)
19 - : base(titolo, link, testo, testoFull, dataPub)
18 + public ArticoloPreferito(String titolo, String link, String testo, String testoFull, String dataPub, String nota, bool isChecked)
19 + : base(titolo, link, testo, testoFull, dataPub, nota)
20 20 {
21 21 this.IsChecked = isChecked;
22 22 }