Beispiel #1
0
        private void OnLoad(object sender, EventArgs e)
        {
            _statusForm           = new StatusForm();
            _statusForm.MdiParent = this;
            _statusForm.Show();

            UpdateStatus("PatchUO Initialized");
        }
Beispiel #2
0
        private void OnLoad(object sender, EventArgs e)
        {
            _statusForm = new StatusForm();
            _statusForm.MdiParent = this;
            _statusForm.Show();

            UpdateStatus("PatchUO Initialized");
        }
Beispiel #3
0
 private void statusBoxToolStripMenuItem_Click(object sender, EventArgs e)
 {
     _statusForm.Show();
 }