public MainForm()
        {
            InitializeComponent();

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

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

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

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