private void терминалToolStripMenuItem_Click(object sender, EventArgs e) { terminalform = new TerminalForm(); terminalform.Owner = this; terminalform.Show(); terminalform.ShowBuff(this.TerminalStrings); }
private void Form1_Load(object sender, EventArgs e) { terminalform = new TerminalForm(); }