diff --git a/.vs/whatgametoplay/v14/.suo b/.vs/whatgametoplay/v14/.suo index 0af05a5..cecd43f 100644 Binary files a/.vs/whatgametoplay/v14/.suo and b/.vs/whatgametoplay/v14/.suo differ diff --git a/whatgametoplay/Form1.cs b/whatgametoplay/Form1.cs index d1e9aea..cf1d83e 100644 --- a/whatgametoplay/Form1.cs +++ b/whatgametoplay/Form1.cs @@ -12,6 +12,7 @@ namespace whatgametoplay { + //This has committed. public partial class Form1 : Form { List gameNames = new List(); @@ -34,7 +35,7 @@ public Form1() } } - //This is the Random Button. Intended to randomly pick a game from the string. + //This is the Random Button. private void button1_Click(object sender, EventArgs e) { Random rnd = new Random(); @@ -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 = ""; } diff --git a/whatgametoplay/bin/Debug/gameNames.txt b/whatgametoplay/bin/Debug/gameNames.txt index e69de29..4bd182b 100644 --- a/whatgametoplay/bin/Debug/gameNames.txt +++ b/whatgametoplay/bin/Debug/gameNames.txt @@ -0,0 +1,2 @@ +Overwatch +overwatch diff --git a/whatgametoplay/bin/Debug/whatgametoplay.exe b/whatgametoplay/bin/Debug/whatgametoplay.exe index 0443877..b0b33be 100644 Binary files a/whatgametoplay/bin/Debug/whatgametoplay.exe and b/whatgametoplay/bin/Debug/whatgametoplay.exe differ diff --git a/whatgametoplay/bin/Debug/whatgametoplay.pdb b/whatgametoplay/bin/Debug/whatgametoplay.pdb index 12301b4..8932072 100644 Binary files a/whatgametoplay/bin/Debug/whatgametoplay.pdb and b/whatgametoplay/bin/Debug/whatgametoplay.pdb differ diff --git a/whatgametoplay/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/whatgametoplay/obj/Debug/DesignTimeResolveAssemblyReferences.cache index 2bd0b99..19a0143 100644 Binary files a/whatgametoplay/obj/Debug/DesignTimeResolveAssemblyReferences.cache and b/whatgametoplay/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ diff --git a/whatgametoplay/obj/Debug/whatgametoplay.exe b/whatgametoplay/obj/Debug/whatgametoplay.exe index 0443877..b0b33be 100644 Binary files a/whatgametoplay/obj/Debug/whatgametoplay.exe and b/whatgametoplay/obj/Debug/whatgametoplay.exe differ diff --git a/whatgametoplay/obj/Debug/whatgametoplay.pdb b/whatgametoplay/obj/Debug/whatgametoplay.pdb index 12301b4..8932072 100644 Binary files a/whatgametoplay/obj/Debug/whatgametoplay.pdb and b/whatgametoplay/obj/Debug/whatgametoplay.pdb differ