Ejemplo n.º 1
0
        public Main()
        {
            this.ca = new AlgorithmCA();

            InitializeComponent();
            this.SetupUI();
            this.SetupBrushes();
            this.SetupGrid();
        }
Ejemplo n.º 2
0
        //Storing all UI stateButtons
        //private Dictionary<Button, EventsOfButton> stateButtons;
        //private Button activeStateButton = null;

        public Main()
        {
            this.ca = new AlgorithmCA();

            InitializeComponent();
            this.SetupUI();
            this.SetupBrushes();
            this.SetupGrid();
            //this.SetupStateButtons();
            timer1.Interval = 100;
            this.timer1.Start();
        }