protected override void OnShown(EventArgs e) { base.OnShown(e); DevViewForm.Show(this); StatusForm.Show(this); MapWindow.Show(this); this.textBox.Focus(); this.IsShown = true; }
private void hotKeysDevWindowStripMenuItem_Click(object sender, EventArgs e) { DevViewForm.Show(this); }