Comments:

 

To Comment block of your code Use // The Comment    

 


 

Or


*/

 

This is a comment

 

/*

 

 

 

XML Document Comment:

 

 

 

/// <summary>

 

///

 

/// </summary>

 

/// < param name="sender"></ param >

 

/// < param name="e"></ param >

 

private void btnAdd_Click (object sender, EventArgs e)

 

{

 

}