private void btnPlayerProperties_Click(object sender, EventArgs e) { PlayerProperties dlg = new PlayerProperties(); dlg.ShowDialog(); }