// Hides the panel and flags the command as completed private void CompleteCommand() { videoPanel.RpcHide(); Completed = true; }