コード例 #1
0
 public int Mul(ISmthInterface worker, int left, int right)
 {
     return(worker.Mul(left, right));
 }