mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
fixes new interface property
This commit is contained in:
parent
1d2eb42c46
commit
bceb7115ed
2 changed files with 125 additions and 125 deletions
|
|
@ -31,7 +31,7 @@ namespace PepperDash.Essentials.Core.Shades
|
|||
public interface IShadesOpenCloseStop : IShadesOpenClose
|
||||
{
|
||||
void StopOrPreset();
|
||||
string StopOrPresetButtonLabel;
|
||||
string StopOrPresetButtonLabel { get; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue