FeedbackEventArgs; various test things; few handler changes

This commit is contained in:
Heath Volmer
2018-06-25 11:28:56 -06:00
parent 4686799371
commit f5b589bc2e
9 changed files with 130 additions and 22 deletions

View File

@@ -40,7 +40,7 @@ namespace PepperDash.Essentials.Core
InUseTracker = new InUseTracking();
InUseTracker.InUseFeedback.OutputChange +=new EventHandler<EventArgs>(InUseFeedback_OutputChange);
InUseTracker.InUseFeedback.OutputChange += InUseFeedback_OutputChange; //new EventHandler<EventArgs>();
}
void InUseFeedback_OutputChange(object sender, EventArgs e)