Exemplo n.º 1
0
 private async void DeviceExpander_Expanded(object sender, EventArgs e)
 {
     SettingControl.DeviceExpanderIsExpand = true;
     await CommonAccessCollection.LoadDriveAsync();
 }
Exemplo n.º 2
0
 public async void Refresh_Click(object sender, RoutedEventArgs e)
 {
     await CommonAccessCollection.LoadDriveAsync(true);
 }