예제 #1
0
 private void OnAddDiceToCup(object sender, DiceEventArgs e)
 {
     _diceCup.Add(e.Dice);
     View.ShowDiceCupContent(_diceCup);
 }