App42Sample.ServicesPage.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("/App42Sample;component/ServicesPage.xaml", System.UriKind.Relative));
            this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
            this.pivot = ((Microsoft.Phone.Controls.Pivot)(this.FindName("pivot")));
            this.PageTitle1 = ((System.Windows.Controls.TextBlock)(this.FindName("PageTitle1")));
            this.UserOutput = ((System.Windows.Controls.TextBlock)(this.FindName("UserOutput")));
            this.createUser = ((System.Windows.Controls.Button)(this.FindName("createUser")));
            this.authenticate = ((System.Windows.Controls.Button)(this.FindName("authenticate")));
            this.getUser = ((System.Windows.Controls.Button)(this.FindName("getUser")));
            this.clear = ((System.Windows.Controls.Button)(this.FindName("clear")));
            this.deleteUser = ((System.Windows.Controls.Button)(this.FindName("deleteUser")));
            this.PageTitle2 = ((System.Windows.Controls.TextBlock)(this.FindName("PageTitle2")));
            this.StorageOutput = ((System.Windows.Controls.TextBlock)(this.FindName("StorageOutput")));
            this.InsertJSONDocumentWithJsonObject = ((System.Windows.Controls.Button)(this.FindName("InsertJSONDocumentWithJsonObject")));
            this.UpdateDocByKeyValueWithJsonObject = ((System.Windows.Controls.Button)(this.FindName("UpdateDocByKeyValueWithJsonObject")));
            this.FindDocumentByKeyValue = ((System.Windows.Controls.Button)(this.FindName("FindDocumentByKeyValue")));
            this.clearstorage = ((System.Windows.Controls.Button)(this.FindName("clearstorage")));
            this.PageTitle3 = ((System.Windows.Controls.TextBlock)(this.FindName("PageTitle3")));
            this.gameOutput = ((System.Windows.Controls.TextBlock)(this.FindName("gameOutput")));
            this.CreateGame = ((System.Windows.Controls.Button)(this.FindName("CreateGame")));
            this.SaveUserScore = ((System.Windows.Controls.Button)(this.FindName("SaveUserScore")));
            this.LeaderBoard = ((System.Windows.Controls.Button)(this.FindName("LeaderBoard")));
            this.clearGame = ((System.Windows.Controls.Button)(this.FindName("clearGame")));
            this.footer = ((System.Windows.Controls.TextBlock)(this.FindName("footer")));
            this.PageTitle4 = ((System.Windows.Controls.TextBlock)(this.FindName("PageTitle4")));
            this.uploadOutput = ((System.Windows.Controls.TextBlock)(this.FindName("uploadOutput")));
            this.clearUpload = ((System.Windows.Controls.Button)(this.FindName("clearUpload")));
            this.UploadFile = ((System.Windows.Controls.Button)(this.FindName("UploadFile")));
            this.UploadFileForUser = ((System.Windows.Controls.Button)(this.FindName("UploadFileForUser")));
            this.GetFileByUser = ((System.Windows.Controls.Button)(this.FindName("GetFileByUser")));
            this.RemoveFileByName = ((System.Windows.Controls.Button)(this.FindName("RemoveFileByName")));
            this.GetFileByName = ((System.Windows.Controls.Button)(this.FindName("GetFileByName")));
        }
    }