AsgQuizzes.OOShapes.AddTriangle C# (CSharp) Method

AddTriangle() public method

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