Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Found In QA

Found In QA

Scheduled Pinned Locked Moved The Lounge
rubysysadminbeta-testinghelpquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    Kevin Marois
    wrote on last edited by
    #1

    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

    C S 2 Replies Last reply
    0
    • K Kevin Marois

      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

      C Offline
      C Offline
      Chris Quinn
      wrote on last edited by
      #2

      I'm very serious about my sausages!

      ========================================================= I'm an optoholic - my glass is always half full of vodka. =========================================================

      1 Reply Last reply
      0
      • K Kevin Marois

        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

        S Offline
        S Offline
        Slacker007
        wrote on last edited by
        #3

        I think it shows poor form to bring the QA into the Lounge, for any reason, really. :)

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups