AsgQuizzes.OOShapes.AddTriangle C# (CSharp) Méthode

AddTriangle() public méthode

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