Esempio n. 1
0
        protected override void OnShown(EventArgs e)
        {
            base.OnShown(e);

            DevViewForm.Show(this);
            StatusForm.Show(this);

            MapWindow.Show(this);

            this.textBox.Focus();

            this.IsShown = true;
        }
Esempio n. 2
0
 private void hotKeysDevWindowStripMenuItem_Click(object sender, EventArgs e)
 {
     DevViewForm.Show(this);
 }