Esempio n. 1
0
 // Cylinder類別呼叫用
 public override void VisitCylinder(Cylinder theCylinder)
 {
     theCylinder.Draw();
 }
		// Cylinder類別呼叫用
		public override void VisitCylinder(Cylinder theCylinder)
		{
			theCylinder.Draw();
		}