コード例 #1
0
 private void Confirm_Click(object sender, EventArgs e)
 {
     if (txtbox_diceRoller.Lines.Length > 0)
     {
         txtbox_diceRoller.Text += roller.ConfirmButtonMethod(txtbox_diceRoller.Lines.Last());
     }
 }