示例#1
0
 private void SetChatColor()
 {
     tbChatInput.TextColor = chatColors[ddColor.SelectedIndex].XNAColor;
     lanGameLobby.SetChatColorIndex(ddColor.SelectedIndex);
     UserINISettings.Instance.LANChatColor.Value = ddColor.SelectedIndex;
 }