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(); }
private void playBestToolStripMenuItem_Click(object sender, EventArgs e) { PlayBestUI playBestUI = new PlayBestUI(); playBestUI.Show(); }