Adx, Adxr, Apo, Dmi

This commit is contained in:
Miha
2024-10-27 21:59:46 -07:00
parent 6c67a0cf31
commit 6b79f8158c
18 changed files with 859 additions and 127 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ public sealed class Jvolty : AbstractBase
public Jvolty(object source, int period, int phase = DefaultPhase) : this(period, phase)
{
var pubEvent = source.GetType().GetEvent("Pub");
pubEvent?.AddEventHandler(source, new BarSignal(Sub));
pubEvent?.AddEventHandler(source, new ValueSignal(Sub));
}
[MethodImpl(MethodImplOptions.AggressiveInlining)]