private void debugButton_Click(object sender, EventArgs e) { ShowForm(debugForm, () => (debugForm = new DebugForm(drone, InputManager))); }