Ejemplo n.º 1
0
 static void Main(string[] args)
 {
     Math _m=new Math();
     Console.Write(_m.add(3, 4));
     Console.ReadLine();
 }