Refactoring IState - ISignal
This commit is contained in:
@@ -154,6 +154,7 @@ constructor TMycLazyBase<T>.Create(const AChanged: TSignal);
|
||||
begin
|
||||
inherited Create;
|
||||
FChanged := TFlag.CreateFlag;
|
||||
FChanged.Notify;
|
||||
FChangeState := AChanged.Subscribe(FChanged);
|
||||
end;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user