コード例 #1
0
ファイル: NewProfile.cs プロジェクト: svd62rus/Tic-Tac-Toe
 /// <summary>
 /// Set locale method
 /// </summary>
 /// <param name="locale">Locale</param>
 private void SetLocale(Locale locale)
 {
     InputPlayerNameLabel.Text = locale.GetInputProfileNameText();
     ButtonCreateProfile.Text  = locale.GetCreateProfileButtonText();
 }