private void InitializeComponent()
 {
     global::Xamarin.Forms.Xaml.Extensions.LoadFromXaml(this, typeof(MyMessagePage));
     mainContainer = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::Xamarin.Forms.ContentPage>(this, "mainContainer");
     RefreshLayout = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::Refractored.XamForms.PullToRefresh.PullToRefreshLayout>(this, "RefreshLayout");
     chatList      = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::Xamarin.Forms.ListView>(this, "chatList");
 }
Beispiel #2
0
 private void InitializeComponent()
 {
     global::Xamarin.Forms.Xaml.Extensions.LoadFromXaml(this, typeof(Tab2));
     pl_refresh  = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::Refractored.XamForms.PullToRefresh.PullToRefreshLayout>(this, "pl_refresh");
     mail        = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::Xamarin.Forms.Label>(this, "mail");
     lb_progress = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::Xamarin.Forms.Label>(this, "lb_progress");
     progress    = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::Xamarin.Forms.ProgressBar>(this, "progress");
     e_name      = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::Xamarin.Forms.Entry>(this, "e_name");
     e_age       = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::Xamarin.Forms.Entry>(this, "e_age");
     e_def       = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::Xamarin.Forms.Entry>(this, "e_def");
     btn_kaydet  = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::Xamarin.Forms.Button>(this, "btn_kaydet");
 }
Beispiel #3
0
 private void InitializeComponent()
 {
     global::Xamarin.Forms.Xaml.Extensions.LoadFromXaml(this, typeof(MyTaskPage));
     Add            = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::Xamarin.Forms.ToolbarItem>(this, "Add");
     HomePage       = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::Xamarin.Forms.ContentPage>(this, "HomePage");
     taskStack      = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::Xamarin.Forms.StackLayout>(this, "taskStack");
     Friend         = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::Xamarin.Forms.ContentPage>(this, "Friend");
     FriendList     = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::Xamarin.Forms.StackLayout>(this, "FriendList");
     pullRefresh    = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::Refractored.XamForms.PullToRefresh.PullToRefreshLayout>(this, "pullRefresh");
     FriendTasks    = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::Xamarin.Forms.StackLayout>(this, "FriendTasks");
     MyProfilePage  = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::Xamarin.Forms.ContentPage>(this, "MyProfilePage");
     profilepicture = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::Xamarin.Forms.Image>(this, "profilepicture");
     _username      = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::Xamarin.Forms.Button>(this, "_username");
     _user_detail   = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::Xamarin.Forms.Label>(this, "_user_detail");
     Button_Setting = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::Xamarin.Forms.Button>(this, "Button_Setting");
     Button_About   = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::Xamarin.Forms.Button>(this, "Button_About");
     Button_LogOut  = global::Xamarin.Forms.NameScopeExtensions.FindByName <global::Xamarin.Forms.Button>(this, "Button_LogOut");
 }
Beispiel #4
0
 private void InitializeComponent()
 {
     this.LoadFromXaml(typeof(StackListControl));
     RefreshLayout = this.FindByName <global::Refractored.XamForms.PullToRefresh.PullToRefreshLayout>("RefreshLayout");
     ItemsStack    = this.FindByName <global::Xamarin.Forms.StackLayout>("ItemsStack");
 }