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