C# Class CSharp_AbstractFactory.ProductB1

Inheritance: AbstractProductB
显示文件 Open project: ohs108/unity_lecture

Public Methods

Method Description
Interact ( AbstractProductA a ) : void

Method Details

Interact() public method

public Interact ( AbstractProductA a ) : void
a AbstractProductA
return void