Clean up namespace in C#

This commit is contained in:
Irfan Charania 2013-08-12 18:04:11 -07:00
parent e17ef8b180
commit bf1f9d811c

View File

@ -20,12 +20,10 @@ Multi-line comments look like this
/// This is an XML documentation comment /// This is an XML documentation comment
/// </summary> /// </summary>
// Specify namespaces application will be using
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
// defines scope to organize code into "packages" // defines scope to organize code into "packages"
namespace Learning namespace Learning