public Form1() { InitializeComponent(); buttons = new Button[9] { this.field0, this.field1, this.field2, this.field3, this.field4, this.field5, this.field6, this.field7, this.field8 }; Game = new TicTacToe(this); this.NeuralNetwork = new Network(30, 2, 2, 1); ifc = new interfaceNetworkGame(this.Game, this.NeuralNetwork); }