This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public partial class Form1 : Form { | |
public static Random r = new Random(); | |
private int score = 0; | |
private int die1; | |
private int die2; | |
private int dieTotal; | |
private int point; | |
public Form1() { |
NewerOlder