示例#1
0
        async void Current_Suspending(object sender, Windows.ApplicationModel.SuspendingEventArgs e)
        {
            if (!LibrarySource.IsDataLoaded)
            {
                await LibrarySource.LoadData();
            }

            await LibrarySource.UpdateBooks();
        }