public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/WakeUpNow;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.Relogio = ((System.Windows.Controls.TextBlock)(this.FindName("Relogio")));
     this.timeSpan = ((Coding4Fun.Phone.Controls.Toolkit.TimeSpanPicker)(this.FindName("timeSpan")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/WP_TimelogTracker;component/AddRegistrationPage.xaml", System.UriKind.Relative));
     this.Progress = ((Microsoft.Phone.Shell.ProgressIndicator)(this.FindName("Progress")));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.TitlePanel = ((System.Windows.Controls.StackPanel)(this.FindName("TitlePanel")));
     this.ApplicationTitle = ((System.Windows.Controls.TextBlock)(this.FindName("ApplicationTitle")));
     this.CustomerName = ((System.Windows.Controls.TextBlock)(this.FindName("CustomerName")));
     this.ProjectName = ((System.Windows.Controls.TextBlock)(this.FindName("ProjectName")));
     this.TaskName = ((System.Windows.Controls.TextBlock)(this.FindName("TaskName")));
     this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.stack = ((System.Windows.Controls.StackPanel)(this.FindName("stack")));
     this.inpDuration = ((Coding4Fun.Phone.Controls.Toolkit.TimeSpanPicker)(this.FindName("inpDuration")));
     this.slider1 = ((System.Windows.Controls.Slider)(this.FindName("slider1")));
     this.txtComment = ((System.Windows.Controls.TextBox)(this.FindName("txtComment")));
     this.txtStatus = ((System.Windows.Controls.TextBlock)(this.FindName("txtStatus")));
 }