Ejemplo n.º 1
0
        public MainWindow()
        {
            InitializeComponent();
            EventText.Text       = "Your move, friend... \n";
            PingButton.IsEnabled = false;
            simpleCom            = new SimpleCommunicator(socketOpened, socketClose, new SimplePrinter(EventText));

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

            //loadSelectedGenomes("experiment");
            //buildBodyExamples();
        }