File size: 340 Bytes
b1b3bae
 
 
 
 
 
1
2
3
4
5
6
Public Interface IFilePicker
    Function ShowOpenDialog(ByVal allowedTypes As IEnumerable(Of IFilePickerAllowedType)) As IVirtualFile
    Property SuggestedDirectory As String
    Property SuggestedFilename As String
    Function ShowSaveDialog(ByVal allowedTypes As IEnumerable(Of IFilePickerAllowedType)) As IVirtualFile
End Interface