# PageCalibrateHandler.cs

## Fields & Properties

### Button addCalibrationBt

Button to add a new calibration file.

### Button showTestImgBtn

Button to display the test image.

### Button doneButton

Button to finalize calibration and navigate to the last page.

### Toggle dontShowAgainToggle

Toggle to remember user preference.

### Text titleText

Displays the current calibration title.

## Methods

### void SetTitle(Calibration calibration)

Updates the title text with the calibration details.

* `Calibration calibration`: The current calibration.

### void OnAddCalibration()

Opens the calibration file picker.

### void OnShowTestImage()

Displays the test image popup.

### void OnDoneClicked()

Navigates to the last page.
