Exemplo n.º 1
0
 public void Draw()
 {
     for (int i = 0; i < allshapes.Count; i++)
     {
         Sa46 s = (Sa46)allshapes[i];
         s.ToatalCal();
         s.AvgMark();
         Console.WriteLine(s.Show());
         Console.WriteLine();
     }
 }
Exemplo n.º 2
0
 public void Add(Sa46 s)
 {
     allshapes.Add(s);
 }