예제 #1
0
 private void cbBackground_SelectedIndexChanged(object sender, EventArgs e)
 {
     if (CurrentCharacter != null)
     {
         CurrentCharacter.SetBackground((Background)cbBackground.SelectedValue);
     }
     ShouldSave = true;
 }