mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-14 21:16:48 +00:00
Merge branch 'main' into feature/circuittype-property-versiport
This commit is contained in:
commit
3ed0bd52d8
251 changed files with 6998 additions and 1229 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