public MainWindow() { InitializeComponent(); EventText.Text = "Your move, friend... \n"; PingButton.IsEnabled = false; simpleCom = new SimpleCommunicator(socketOpened, socketClose, new SimplePrinter(EventText)); //loadSelectedGenomes("experiment"); //buildBodyExamples(); }