Subversion Repository Public Repository

Nextrek

Diff Revisions 659 vs 660 for /Android/SmartCharging/SmartCharging_WP/SmartCharging/obj/Debug/NewReviewPage.g.i.cs

Diff revisions: vs.
  @@ -1,6 +1,6 @@
1 1 
2 2
3 - #pragma checksum "C:\xampp\htdocs\nextrek\smartcharging\SmartCharging_WP\SmartCharging\NewReviewPage.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "146F79FFC472AEEFCAF96077E664CF2C"
3 + #pragma checksum "C:\xampp\htdocs\nextrek\smartcharging\SmartCharging_WP\SmartCharging\NewReviewPage.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "E5697BF51253E3F7128632787FD0BA69"
4 4 //------------------------------------------------------------------------------
5 5 // <auto-generated>
6 6 // This code was generated by a tool.
  @@ -17,10 +17,14 @@
17 17 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 4.0.0.0")]
18 18 private global::Windows.UI.Xaml.Controls.Grid LayoutRoot;
19 19 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 4.0.0.0")]
20 + private global::SmartCharging.ChargeRating RatingControl;
21 + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 4.0.0.0")]
20 22 private global::Windows.UI.Xaml.Controls.TextBox ReviewDescriptionTextBox;
21 23 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 4.0.0.0")]
22 24 private global::Windows.UI.Xaml.Controls.Button SubmitReviewButton;
23 25 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 4.0.0.0")]
26 + private global::Windows.UI.Xaml.Controls.ProgressRing Loader;
27 + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 4.0.0.0")]
24 28 private bool _contentLoaded;
25 29
26 30 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 4.0.0.0")]
  @@ -34,8 +38,10 @@
34 38 global::Windows.UI.Xaml.Application.LoadComponent(this, new global::System.Uri("ms-appx:///NewReviewPage.xaml"), global::Windows.UI.Xaml.Controls.Primitives.ComponentResourceLocation.Application);
35 39
36 40 LayoutRoot = (global::Windows.UI.Xaml.Controls.Grid)this.FindName("LayoutRoot");
41 + RatingControl = (global::SmartCharging.ChargeRating)this.FindName("RatingControl");
37 42 ReviewDescriptionTextBox = (global::Windows.UI.Xaml.Controls.TextBox)this.FindName("ReviewDescriptionTextBox");
38 43 SubmitReviewButton = (global::Windows.UI.Xaml.Controls.Button)this.FindName("SubmitReviewButton");
44 + Loader = (global::Windows.UI.Xaml.Controls.ProgressRing)this.FindName("Loader");
39 45 }
40 46 }
41 47 }