Subversion Repository Public Repository

Nextrek

Diff Revisions 34 vs 35 for /WindowsPhone/NotizieTL/NotizieTL/obj/Debug/MainPage.g.i.cs

Diff revisions: vs.
  @@ -1,4 +1,4 @@
1 - #pragma checksum "F:\Users\Lorenzo\Desktop\svn\Nextrek\WindowsPhone\NotizieTL\NotizieTL\MainPage.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "BDF2EB0779F5A726518802CF74C105C9"
1 + #pragma checksum "F:\Users\Lorenzo\Desktop\svn\Nextrek\WindowsPhone\NotizieTL\NotizieTL\MainPage.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "6B0F38C2BEA33B1585022874BB3A20ED"
2 2 //------------------------------------------------------------------------------
3 3 // <auto-generated>
4 4 // This code was generated by a tool.
  @@ -10,6 +10,7 @@
10 10 //------------------------------------------------------------------------------
11 11
12 12 using Microsoft.Phone.Controls;
13 + using Microsoft.Phone.Shell;
13 14 using System;
14 15 using System.Windows;
15 16 using System.Windows.Automation;
  @@ -38,12 +39,18 @@
38 39
39 40 internal System.Windows.Controls.Grid LayoutRoot;
40 41
42 + internal Microsoft.Phone.Controls.Pivot pivot;
43 +
41 44 internal System.Windows.Controls.ListBox feedListBoxNews1;
42 45
43 46 internal System.Windows.Controls.ListBox feedListPreferiti;
44 47
45 48 internal System.Windows.Controls.ListBox feedListBoxNews3;
46 49
50 + internal Microsoft.Phone.Shell.ApplicationBarIconButton appBarDelete;
51 +
52 + internal Microsoft.Phone.Shell.ApplicationBarIconButton appBarRefresh;
53 +
47 54 private bool _contentLoaded;
48 55
49 56 /// <summary>
  @@ -57,9 +64,12 @@
57 64 _contentLoaded = true;
58 65 System.Windows.Application.LoadComponent(this, new System.Uri("/NotizieTL;component/MainPage.xaml", System.UriKind.Relative));
59 66 this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
67 + this.pivot = ((Microsoft.Phone.Controls.Pivot)(this.FindName("pivot")));
60 68 this.feedListBoxNews1 = ((System.Windows.Controls.ListBox)(this.FindName("feedListBoxNews1")));
61 69 this.feedListPreferiti = ((System.Windows.Controls.ListBox)(this.FindName("feedListPreferiti")));
62 70 this.feedListBoxNews3 = ((System.Windows.Controls.ListBox)(this.FindName("feedListBoxNews3")));
71 + this.appBarDelete = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("appBarDelete")));
72 + this.appBarRefresh = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("appBarRefresh")));
63 73 }
64 74 }
65 75 }