Esempio n. 1
0
        private void LoadAccountSettings()
        {
            // load the settings
            string Nickname = Characters.GetNickname();

            PlayerName.Content = "Hello, " + Nickname;  // replace this with the actual player nickname!
        }