mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 20:47:04 +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
|
public interface IShadesOpenCloseStop : IShadesOpenClose
|
||||||
{
|
{
|
||||||
void StopOrPreset();
|
void StopOrPreset();
|
||||||
string StopOrPresetButtonLabel;
|
string StopOrPresetButtonLabel { get; }
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue