C# Class AsgQuizzes.OOShapes

Afficher le fichier Open project: asg123/NTRquizzes

Méthodes publiques

Méthode Description
AddRectangle ( double height, double width ) : void
AddTriangle ( double height, double width ) : void
PrintAll ( ) : string

Method Details

AddRectangle() public méthode

public AddRectangle ( double height, double width ) : void
height double
width double
Résultat void

AddTriangle() public méthode

public AddTriangle ( double height, double width ) : void
height double
width double
Résultat void

PrintAll() public méthode

public PrintAll ( ) : string
Résultat string