System.Windows.Forms.Form.ControlCollection.ControlCollection C# (CSharp) 메소드

ControlCollection() 공개 메소드

public ControlCollection ( Form owner ) : System
owner Form
리턴 System
			public ControlCollection(Form owner) : base(owner) {
				this.form_owner = owner;
			}