IBackgroundAudioUpdater.cs (269B)
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 using Windows.ApplicationModel.Background; 7 8 namespace File360 9 { 10 public interface IBackgroundAudioUpdater : IBackgroundTask 11 { 12 13 } 14 }