Esempio n. 1
0
        private void optionTest(int ins, String instand, String s2, OrganizerTrailCubes orga)
        {
            switch (s2)
            {
            case "1":
                orga.SetSelectionGraph(ins, instand, FiveElementsIntTest.Properties.Resources.ArrowTexUp);

                break;

            case "2":
                orga.SetSelectionGraph(ins, instand, FiveElementsIntTest.Properties.Resources.ArrowTexDown);
                break;

            case "3":
                orga.SetSelectionGraph(ins, instand, FiveElementsIntTest.Properties.Resources.ArrowTexLeft);
                break;

            case "4":
                orga.SetSelectionGraph(ins, instand, FiveElementsIntTest.Properties.Resources.ArrowTexRight);
                break;

            case "5":
                orga.SetSelectionGraph(ins, instand, FiveElementsIntTest.Properties.Resources.CIRCLE);
                break;
            }
        }