mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-04 15:25:11 +00:00
Resolves #467
Made the event trigger private and removed it from the interface
This commit is contained in:
@@ -139,7 +139,7 @@ namespace PepperDash.Essentials.Core
|
||||
public interface IRoutingNumericFeedback : IKeyName
|
||||
{
|
||||
event EventHandler NumericSwitchChange;
|
||||
void OnSwitchChange(RoutingNumericEventArgs e);
|
||||
//void OnSwitchChange(RoutingNumericEventArgs e);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user