private void label1_Click(object sender, EventArgs e) { DiceRoller.DiceRoll(); }
private void pictureBox4_Click(object sender, EventArgs e) { DiceRoller.OpenDiceRoller(this); }