using System; namespace CI.WSANative.FilePickers { public enum WSAPickerViewMode { List, Thumbnail } }