示例#1
0
 static void Main(string[] args)
 {
     Math<Integer> Obj = new Math<Integer>();
     Obj.GetSum(new Integer());
     Console.ReadLine();
 }