public void InitializeComponent()
        {
            if (_contentLoaded)
            {
                return;
            }

            _contentLoaded = true;
            global::Windows.UI.Xaml.Application.LoadComponent(this, new global::System.Uri("ms-appx:///TranslatedWords.xaml"), global::Windows.UI.Xaml.Controls.Primitives.ComponentResourceLocation.Application);

            TranslatedWordsList = (global::QKit.MultiSelectListView) this.FindName("TranslatedWordsList");
            appBar             = (global::Windows.UI.Xaml.Controls.CommandBar) this.FindName("appBar");
            SelectAppBarButton = (global::Windows.UI.Xaml.Controls.AppBarButton) this.FindName("SelectAppBarButton");
            OkAppBarButton     = (global::Windows.UI.Xaml.Controls.AppBarButton) this.FindName("OkAppBarButton");
            AppBarButtonDel    = (global::Windows.UI.Xaml.Controls.AppBarButton) this.FindName("AppBarButtonDel");
            AppBarButtonCancel = (global::Windows.UI.Xaml.Controls.AppBarButton) this.FindName("AppBarButtonCancel");
        }
        public void InitializeComponent()
        {
            if (_contentLoaded)
            {
                return;
            }

            _contentLoaded = true;
            global::Windows.UI.Xaml.Application.LoadComponent(this, new global::System.Uri("ms-appx:///FavoriteWords.xaml"), global::Windows.UI.Xaml.Controls.Primitives.ComponentResourceLocation.Application);

            SelectAppBarButton      = (global::Windows.UI.Xaml.Controls.AppBarButton) this.FindName("SelectAppBarButton");
            OkAppBarButton          = (global::Windows.UI.Xaml.Controls.AppBarButton) this.FindName("OkAppBarButton");
            AppBarButtonSelect      = (global::Windows.UI.Xaml.Controls.AppBarButton) this.FindName("AppBarButtonSelect");
            AppBarButtonUnselect    = (global::Windows.UI.Xaml.Controls.AppBarButton) this.FindName("AppBarButtonUnselect");
            ContentRoot             = (global::Windows.UI.Xaml.Controls.Grid) this.FindName("ContentRoot");
            SelectListFavoriteWords = (global::QKit.MultiSelectListView) this.FindName("SelectListFavoriteWords");
        }