Working through little details on ecs-213

This commit is contained in:
Heath Volmer 2017-02-21 09:14:03 -07:00
parent a54498091b
commit 250e50e393
24 changed files with 560 additions and 241 deletions

View file

@ -13,7 +13,7 @@ namespace PepperDash.Essentials
/// </summary>
public interface IHasCurrentSourceInfoChange
{
event SourceInfoChangeHandler CurrentSourceInfoChange;
event SourceInfoChangeHandler CurrentSingleSourceChange;
}