コード例 #1
0
ファイル: ServiceA.cs プロジェクト: mducharm/PlotNet
 public void Invoke()
 {
     _serviceB.Invoke();
     _serviceC.Invoke();
 }