Subversion Repository Public Repository

Nextrek

Diff Revisions 44 vs 48 for /WindowsPhone/NotizieTL/NotizieTL/ArticoloPreferito.cs

Diff revisions: vs.
  @@ -19,8 +19,8 @@
19 19
20 20 public ArticoloPreferito() : base() { }
21 21
22 - public ArticoloPreferito(String titolo, String link, String testo, String testoFull, String dataPub, String nota, String icona, bool isChecked)
23 - : base(titolo, link, testo, testoFull, dataPub, nota, icona)
22 + public ArticoloPreferito(String titolo, String link, String testo, String testoFull, String dataPub, String nota, String icona, String colore, bool isChecked)
23 + : base(titolo, link, testo, testoFull, dataPub, nota, icona, colore)
24 24 {
25 25 this.IsChecked = isChecked;
26 26 }