about menu

This commit is contained in:
2025-06-01 12:20:14 +02:00
parent c0f6277265
commit de4d535edc
4 changed files with 39 additions and 24 deletions

View File

@@ -519,5 +519,10 @@ namespace robospot_camera_finder
{
DiscoverCameras();
}
private void aboutStripMenuItem_Click(object sender, EventArgs e)
{
MessageBox.Show("RoboSpot Camera Finder v" + VERSION, "RoboSpot Camera Finder", MessageBoxButtons.OK);
}
}
}