Thursday, 15 April 2010

c# - Get text value from XAML TextBox (Login_Page.xaml) and set to XAML TextBlock (Menu_Page.xaml) -



c# - Get text value from XAML TextBox (Login_Page.xaml) and set to XAML TextBlock (Menu_Page.xaml) -

im doing online game windows 8 modern ui. ive got login_page xaml file textboxes login , password. text login textbox after log in has displayed in xaml file (menu_page.xaml) nickname of player , suggesting server player business relationship display other things like: experience, level, game_rank. can help me that?

if having 1 player on each client set user class static class , phone call each page.

e.g

public static class player { public static string nickname{get; set;} //ect }

then when want utilize it.

player.nickname = "myname";

c# .net xaml microsoft-metro

No comments:

Post a Comment