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