AppWarp_WP7_TestSDK.MainPage.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("/AppWarp_WP7_TestSDK;component/MainPage.xaml", System.UriKind.Relative));
            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.PageTitle = ((System.Windows.Controls.TextBlock)(this.FindName("PageTitle")));
            this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
            this.inputBox = ((System.Windows.Controls.TextBox)(this.FindName("inputBox")));
            this.nameLabel = ((System.Windows.Controls.TextBlock)(this.FindName("nameLabel")));
            this.createButton = ((System.Windows.Controls.Button)(this.FindName("createButton")));
            this.joinButton = ((System.Windows.Controls.Button)(this.FindName("joinButton")));
            this.resutlBlock = ((System.Windows.Controls.TextBlock)(this.FindName("resutlBlock")));
            this.button1 = ((System.Windows.Controls.Button)(this.FindName("button1")));
            this.inputCreateRoomBox = ((System.Windows.Controls.TextBox)(this.FindName("inputCreateRoomBox")));
            this.inputJoinRoomIdBox = ((System.Windows.Controls.TextBox)(this.FindName("inputJoinRoomIdBox")));
        }
    }