Made the event trigger private and removed it from the interface
This commit is contained in:
Trevor Payne
2020-11-02 09:59:22 -06:00
parent 5fcafe0b38
commit e27c041256
14 changed files with 14 additions and 14 deletions

View File

@@ -139,7 +139,7 @@ namespace PepperDash.Essentials.Core
public interface IRoutingNumericFeedback : IKeyName
{
event EventHandler NumericSwitchChange;
void OnSwitchChange(RoutingNumericEventArgs e);
//void OnSwitchChange(RoutingNumericEventArgs e);
}
/// <summary>