Complete MP4
This commit is contained in:
@@ -199,14 +199,9 @@ namespace RCS_CalebFontenot
|
||||
|
||||
private void rockPictureBox_Click(object sender, EventArgs e)
|
||||
{
|
||||
statusLabel.Text = "You clicked Rock!";
|
||||
playRound(0);
|
||||
}
|
||||
|
||||
private void exitButton_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.Close();
|
||||
}
|
||||
|
||||
private void paperPictureBox_Click(object sender, EventArgs e)
|
||||
{
|
||||
@@ -217,5 +212,9 @@ namespace RCS_CalebFontenot
|
||||
{
|
||||
playRound(2);
|
||||
}
|
||||
private void exitButton_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.Close();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user