Esempio n. 1
0
 void ICommandPatternObserver.OnCommandSpecified(ICommandSpec spec)
 => Specified?.Invoke((TSpec)spec);
Esempio n. 2
0
 void ICommandPatternObserver <TSpec> .OnCommandSpecified(TSpec spec)
 => Specified?.Invoke(spec);