if statement - How do you make an 'if' stament "do nothing" in C#? -


Here is an example of my code, I do not have to do the last if do anything, then Do something.

  if (daPilot.Gas> 0); Else daPilot.failMessage3 ();    

You have already done this. congratulation.

Of course, very few confusing designs are not the only condition and after that there is no if is not with any else .

Comments

Popular posts from this blog

php - PDO bindParam() fatal error -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

java - Why my included JSP file won't get processed correctly? -