mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
Resolves #467
Made the event trigger private and removed it from the interface
This commit is contained in:
parent
5fcafe0b38
commit
e27c041256
14 changed files with 14 additions and 14 deletions
|
|
@ -139,7 +139,7 @@ namespace PepperDash.Essentials.Core
|
|||
public interface IRoutingNumericFeedback : IKeyName
|
||||
{
|
||||
event EventHandler NumericSwitchChange;
|
||||
void OnSwitchChange(RoutingNumericEventArgs e);
|
||||
//void OnSwitchChange(RoutingNumericEventArgs e);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue