Esempio n. 1
0
        public MainForm()
        {
            InitializeComponent();

            this._controller = new MainFormController(this);
            InitArrays();

            //this.btnStart_Click(this, new EventArgs());
        }
Esempio n. 2
0
        public MainForm()
        {
            InitializeComponent();

            this._controller = new MainFormController(this);
            InitArrays();

            //this.btnStart_Click(this, new EventArgs());
        }