public FormDragger(
IEnumerable<Form> forms
)
Public Sub New (
forms As IEnumerable(Of Form)
)
Dim forms As IEnumerable(Of Form)
Dim instance As New FormDragger(forms)
public:
FormDragger(
IEnumerable<Form^>^ forms
)
new :
forms : IEnumerable<Form> -> FormDragger
No code example is currently available or this language may not be supported.