mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-10 02:05:08 +00:00
Merge pull request #1379 from PepperDash/xml-docs-devices
feat: complete XML documentation in Devices.Common
This commit is contained in:
@@ -12,6 +12,7 @@ namespace PepperDash.Essentials.Devices.Common.Cameras
|
||||
[Obsolete("Use CameraSelectedEventArgs<T> instead. This class will be removed in a future version")]
|
||||
public class CameraSelectedEventArgs : EventArgs
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or sets the SelectedCamera
|
||||
/// </summary>
|
||||
public CameraBase SelectedCamera { get; private set; }
|
||||
|
||||
Reference in New Issue
Block a user