mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-15 05:27:16 +00:00
docs: complete XML documentation in Devices.Common
This commit is contained in:
parent
4fa7a42330
commit
2924ce6916
1 changed files with 1 additions and 0 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue