コード例 #1
0
 /// <summary>
 /// Handle the changing of the character nae
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 private void txtCharName_TextChanged(object sender, EventArgs e)
 {
     PlayerDatUI.ChangeCharName(this);
 }