| | |
| | | TextAlignment = TextAlignment.TopLeft, |
| | | TextColor = CSS_Color.TextualColor, |
| | | TextSize = CSS_FontSize.PromptFontSize_FirstLevel, |
| | | Text = UserInfo.Current.accountString |
| | | Text = UserInfo.Current.AccountString |
| | | }; |
| | | headView.AddChidren(btnEmail); |
| | | #endregion |
| | |
| | | Y = Application.GetRealHeight(104), |
| | | Height = codeWidth, |
| | | Width = codeWidth, |
| | | ImageBytes = Scan.BytesFromText(UserInfo.Current.accountString, codeWidth, codeWidth), |
| | | ImageBytes = Scan.BytesFromText(UserInfo.Current.AccountString, codeWidth, codeWidth), |
| | | }; |
| | | backView.AddChidren(codeImage); |
| | | |