public static StorageFile[] GetFiles() { try { using (StorageClient sc = new StorageClient()) { return(sc.GetFiles(loginToken)); } } catch { MessageBox.Show("An error occured while trying to retrieve file list from server.\r\nMake sure you are connected to the Internet.", "Error"); return(null); } }