Beispiel #1
0
 public int Add(string x, string y)
 {
     return(m_helper.ConvertStringToInt(x) + m_helper.ConvertStringToInt(y));
 }