Found In QA
The Lounge
3
Posts
3
Posters
0
Views
1
Watching
-
Just found this gem in a question about a Socket Exeption:
private void button1_Click(object sender, EventArgs e)
{ if (serverStarted) { updateUI("server is already started silly sausage"); return; } if (radioButton1.Checked) { startScan(); } else { connectAsServer(); } }
If it's not broken, fix it until it is
-
Just found this gem in a question about a Socket Exeption:
private void button1_Click(object sender, EventArgs e)
{ if (serverStarted) { updateUI("server is already started silly sausage"); return; } if (radioButton1.Checked) { startScan(); } else { connectAsServer(); } }
If it's not broken, fix it until it is
I'm very serious about my sausages!
========================================================= I'm an optoholic - my glass is always half full of vodka. =========================================================
-
Just found this gem in a question about a Socket Exeption:
private void button1_Click(object sender, EventArgs e)
{ if (serverStarted) { updateUI("server is already started silly sausage"); return; } if (radioButton1.Checked) { startScan(); } else { connectAsServer(); } }
If it's not broken, fix it until it is
I think it shows poor form to bring the QA into the Lounge, for any reason, really. :)