예제 #1
0
 void ICommandPatternObserver.OnCommandSpecified(ICommandSpec spec)
 => Specified?.Invoke((TSpec)spec);
예제 #2
0
 void ICommandPatternObserver <TSpec> .OnCommandSpecified(TSpec spec)
 => Specified?.Invoke(spec);