Exemplo n.º 1
0
 static void Main()
 {
     Plus plus = new Plus();
     plus.setData(27, 32);
     plus.answer();
 }