예제 #1
0
        //--//

        public static void Main()
        {
            Master_ProfilerColectionsTests tests = new Master_ProfilerColectionsTests();

            tests.TestStack();
            tests.TestQueue();
            tests.TestArrayList();
        }
예제 #2
0
        //--//

        public static void Main()
        {
            Master_ProfilerColectionsTests tests = new Master_ProfilerColectionsTests();

            tests.TestStack();
            tests.TestQueue();
            tests.TestArrayList();

        }