When I\'m building, VS show error. This is my code:
public Composite buildComposite(ComboBox subs, ComboBox bas) { int count = 0; Composite a = new C
Your custom type, Composite, is currently less accessible than your method buildComposite. For other classes to see this public method, they must also have public access to the Composite class/struct.