Knowledge Base

Snippets

10
switch(myNumber)      
{        
 case "1":  
// DO SOMETHING
  break;                 
 case "2":  
// DO SOMETHING
  break;          
 case "3":           
// DO SOMETHING 
  break;
 default:           
  break;   
}
Posted in: C Sharp - C#

Comments

There are currently no comments, be the first to post one!

Post Comment

Only registered users may post comments.