示例#1
0
        private async void Button_Click_14(object sender, RoutedEventArgs e)
        {
            if (ffDriver == null)
            {
                return;
            }
            var res = await ffDriver.CacheStorage().GetCacheInfo();

            tbCacheDir.Text         = res.DiskDirectory;
            lbCacheInfo.ItemsSource = null;
            lbCacheInfo.ItemsSource = res.entries;
        }