Beispiel #1
0
        public   void DrawCube()
        {
            PlaneShape plane = new PlaneShape();

            plane.Draw();


        }
Beispiel #2
0
        public void DrawCube()
        {
            PlaneShape plane = new PlaneShape();

            plane.Draw();
        }