Exemplo n.º 1
0
 public static void Add()
 {
     for (int i = 0; i < 100000000; i++)
     {
         number.AddNum();
     }
 }