void DisplayTestConsole() { TestServer testServer = new TestServer(); testServer.Show(); TestRelation testRelation = new TestRelation(); testRelation.Show(); TestSymbol testSymbols = new TestSymbol(); testSymbols.Show(); }
private void symbolsToolStripMenuItem_Click(object sender, EventArgs e) { TestSymbol testSymbol = new TestSymbol(); testSymbol.Show(); }