Example #1
0
        public static void Main()
        {
            StringbulderExtentionTest.Run();
            IEnumerableCalculationTest.Run();
            DivisableByTowNumbersTest.Run();

            // StudentArrayTest.Run();
            // StudentListTest.Run();
        }
Example #2
0
 public static void Main()
 {
     Console.BackgroundColor = ConsoleColor.DarkBlue;
     Console.Clear();
     StringbulderExtentionTest.Run();
     IEnumerableCalculationTest.Run();
     StudentArrayTest.Run();
     DivisableByTowNumbersTest.Run();
     TimerDelegateTest.Run();
     TimerWithEventTest.Run();
     StudentListTest.Run();
     LongestStringTest.Run();
     InfiniteConvergetSeriesTest.Run();
 }