コード例 #1
0
ファイル: Form1.cs プロジェクト: Foile/dev-006
        private void button13_Click(object sender, EventArgs e)
        {
            var dices      = game.Dices(character.Player);
            var printDices = character.PrintDices(dices);

            label14.Text = printDices;
        }