| @@ -1,7 +1,7 @@ | |||
| | |||
| Microsoft Visual Studio Solution File, Format Version 12.00 | |||
| # Visual Studio 14 | |||
| VisualStudioVersion = 14.0.24720.0 | |||
| VisualStudioVersion = 14.0.25123.0 | |||
| MinimumVisualStudioVersion = 10.0.40219.1 | |||
| Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DF41F5CE-8BCB-40CC-835F-54A3DB7D802F}" | |||
| ProjectSection(SolutionItems) = preProject | |||
| @@ -35,5 +35,5 @@ using System.Runtime.InteropServices; | |||
| // You can specify all the values or you can default the Build and Revision Numbers | |||
| // by using the '*' as shown below: | |||
| // [assembly: AssemblyVersion("1.0.*")] | |||
| [assembly: AssemblyVersion("1.0.0.22")] | |||
| [assembly: AssemblyFileVersion("1.0.0.22")] | |||
| [assembly: AssemblyVersion("1.0.0.23")] | |||
| [assembly: AssemblyFileVersion("1.0.0.23")] | |||
| @@ -18,16 +18,11 @@ namespace Examples | |||
| static void Main(string[] args) | |||
| { | |||
| Setup(); | |||
| HelloWorld(); | |||
| //Contents(); | |||
| AddList(); | |||
| Console.ReadLine(); | |||
| // Examples(); | |||
| Examples(); | |||
| } | |||
| static void Examples() | |||
| { | |||
| // Setup(); | |||
| // Easy | |||
| Console.WriteLine("\nRunning Easy Examples"); | |||
| HelloWorld(); | |||
| @@ -64,6 +59,7 @@ namespace Examples | |||
| DocumentHeading(); | |||
| LargeTable(); | |||
| TableWithSpecifiedWidths(); | |||
| //Contents(); | |||
| // Advanced | |||
| Console.WriteLine("\nRunning Advanced Examples"); | |||
| @@ -56,6 +56,7 @@ namespace Examples | |||
| } | |||
| public Boolean Up() | |||
| { | |||
| return Up(1); | |||
| } | |||