public ApplicationFile(
string filePath,
string appFolder
)
Public Sub New (
filePath As String,
appFolder As String
)
public:
ApplicationFile(
String^ filePath,
String^ appFolder
)
new :
filePath : string *
appFolder : string -> ApplicationFile