Complete MP4

This commit is contained in:
2022-11-17 21:59:26 -06:00
parent 2be3b984a3
commit fcd09d2dc3
1041 changed files with 35 additions and 2540 deletions

View File

@@ -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();
}
}
}
}