private void LoadData() { labUserInfo.Text = String.Format("{0}今年{1}岁,住在{2}。", UserName, UserAge, UserCountry); if (!String.IsNullOrEmpty(Properties)) { Panel1.RecoverPropertiesFromJObject(JObject.Parse(Properties)); } }