AsgQuizzes.OOShapes.AddTriangle C# (CSharp) 메소드

AddTriangle() 공개 메소드

public AddTriangle ( double height, double width ) : void
height double
width double
리턴 void
        public void AddTriangle(double height, double width)
        {
            throw new NotImplementedException();
        }