AnyPlace.BuildingPois.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

private InitializeComponent ( ) : void
return void
        public void InitializeComponent() {
            if (_contentLoaded) {
                return;
            }
            _contentLoaded = true;
            System.Windows.Application.LoadComponent(this, new System.Uri("/AnyPlace;component/BuildingPois.xaml", System.UriKind.Relative));
            this.btn_source = ((System.Windows.Controls.Button)(this.FindName("btn_source")));
            this.btn_poiInfo = ((System.Windows.Controls.Button)(this.FindName("btn_poiInfo")));
            this.btn_navigateHere = ((System.Windows.Controls.Button)(this.FindName("btn_navigateHere")));
            this.grid_details = ((System.Windows.Controls.Grid)(this.FindName("grid_details")));
            this.txt_description = ((System.Windows.Controls.TextBlock)(this.FindName("txt_description")));
        }
    }