コード例 #1
0
 private void RandomBox_CheckedChanged(object sender, EventArgs e)
 {
     PlayerUtilities.SetRandom(RandomBox.Checked);
 }