Workaround for Skype API events no longer working

This commit is contained in:
2015-03-31 14:26:43 -04:00
parent 7308654b60
commit fc4368af87
5 changed files with 41 additions and 3 deletions

View File

@@ -71,6 +71,9 @@ namespace WorkIndicator.Delcom
public void SetLights(LightState red, LightState yellow, LightState green)
{
if (_red == red && _yellow == yellow && _green == green)
return;
int port1 = 0;
_red = red;