Ejemplo n.º 1
0
 // Cylinder類別呼叫用
 public override void VisitCylinder(Cylinder theCylinder)
 {
     Count += theCylinder.GetVectorCount();
 }
Ejemplo n.º 2
0
		// Cylinder類別呼叫用
		public override void VisitCylinder(Cylinder theCylinder)
		{
			Count += theCylinder.GetVectorCount();
		}