C# Class AbstractFactory_抽象工厂模式.Examples_ShapeAbstractFactory_图形抽象工厂模式_实例1.Shape_图形.Circle_圆形

Inheritance: Shape_图形接口
Afficher le fichier Open project: oopxiajun/designMode

Méthodes publiques

Méthode Description
Draw ( ) : void

Method Details

Draw() public méthode

public Draw ( ) : void
Résultat void