WebFtpクラス WebFtpコンストラクタ
WebFtpクラスの新しいインスタンスを初期化します。
使用法
Dim instance As WebFtp = New WebFtp()
使用例
'WebFtpクラス WebFtpコンストラクタ

Public Class AddIn

	Private wf As WebFtp

	Public Sub New()
		wf = New WebFtp()
	End Sub

End Class