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