Beispiel #1
0
        private void testConfigurationToolStripMenuItem_Click(object sender, EventArgs e)
        {
            //Get windows to display what the NN is doing
            PlayBestUI playBestUI = new PlayBestUI();
            SMBStats   sMBStats   = new SMBStats();

            //Adjust it name
            playBestUI.Text = "Trainging - NN name here";


            playBestUI.Show();
            sMBStats.Show();
        }
Beispiel #2
0
        private void playBestToolStripMenuItem_Click(object sender, EventArgs e)
        {
            PlayBestUI playBestUI = new PlayBestUI();

            playBestUI.Show();
        }