public void InitializeComponent()
 {
     if (this._contentLoaded)
     {
         return;
     }
     this._contentLoaded = true;
     Application.LoadComponent(this, new Uri("/VKClient.Common;component/FriendsSuggestionsPage.xaml", UriKind.Relative));
     this.ucHeader        = (GenericHeaderUC)base.FindName("ucHeader");
     this.ucFriendsSearch = (FriendsSearchUC)base.FindName("ucFriendsSearch");
 }
 public void InitializeComponent()
 {
     if (this._contentLoaded)
     {
         return;
     }
     this._contentLoaded = true;
     Application.LoadComponent(this, new Uri("/VKClient.Common;component/UC/Registration/RegistrationStep5UC.xaml", UriKind.Relative));
     this.LayoutRoot      = (Grid)base.FindName("LayoutRoot");
     this.ucFriendsSearch = (FriendsSearchUC)base.FindName("ucFriendsSearch");
 }