Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .vs/whatgametoplay/v14/.suo
Binary file not shown.
4 changes: 2 additions & 2 deletions whatgametoplay/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

namespace whatgametoplay
{
//This has committed.
public partial class Form1 : Form
{
List<string> gameNames = new List<string>();
Expand All @@ -34,7 +35,7 @@ public Form1()
}
}

//This is the Random Button. Intended to randomly pick a game from the <List>string.
//This is the Random Button.
private void button1_Click(object sender, EventArgs e)
{
Random rnd = new Random();
Expand Down Expand Up @@ -87,7 +88,6 @@ private void button3_Click(object sender, EventArgs e)
StreamWriter file = new StreamWriter(filePath);
gameNames.ForEach(file.WriteLine);
file.Close();
//comboBox1.SelectedText = "";
}


Expand Down
2 changes: 2 additions & 0 deletions whatgametoplay/bin/Debug/gameNames.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Overwatch
overwatch
Binary file modified whatgametoplay/bin/Debug/whatgametoplay.exe
Binary file not shown.
Binary file modified whatgametoplay/bin/Debug/whatgametoplay.pdb
Binary file not shown.
Binary file modified whatgametoplay/obj/Debug/DesignTimeResolveAssemblyReferences.cache
Binary file not shown.
Binary file modified whatgametoplay/obj/Debug/whatgametoplay.exe
Binary file not shown.
Binary file modified whatgametoplay/obj/Debug/whatgametoplay.pdb
Binary file not shown.