/// <summary>
        /// The entry point of the program, where the program control starts
        /// and ends.
        /// </summary>
        public static void Main()
        {
            TestArrayOfStructs taos = new TestArrayOfStructs();

            taos.PerformTest();

            Console.ReadKey();
        }
        /// <summary>
        /// The entry point of the program, where the program control starts
        /// and ends.
        /// </summary>
        public static void Main()
        {
            TestArrayOfStructs taos = new TestArrayOfStructs();

            taos.PerformTest();
        }