Skip to content

Commit

Permalink
update readme for folder description
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiang Hong (from Dev Box) committed Dec 8, 2024
1 parent c6966f3 commit e11c8e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion prototype-workingdir/PickerUsageApp/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<RadioButton Content="Thumbnail"></RadioButton>
</RadioButtons>
</StackPanel>
<TextBlock>!!! WARN !!! Save picker will overwrite Context in selected file with test data</TextBlock>
<!--<TextBlock>!!! WARN !!! Save picker will overwrite Context in selected file with test data</TextBlock>-->
<StackPanel Orientation="Horizontal" HorizontalAlignment="Center" VerticalAlignment="Center">
<Button Click="SDKClick">Run SDK Picker</Button>
<Button Click="UWPClick">Run UWP Picker</Button>
Expand Down
4 changes: 2 additions & 2 deletions prototype-workingdir/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ This folder contains prototype implementations for adding types in `Storage.Pick

## Current State

- Basic implementation of most core functionalities was added.
- A basic demo app for testing and comparing purpose was added.
- Basic implementation of most core functionalities was added in `Microsoft.Storage.Pickers/`.
- A basic demo app for testing and comparing purpose was added in `PickerUsageApp/`.

### Next steps
- Additional argument validation needs to be added.
Expand Down

0 comments on commit e11c8e6

Please sign in to comment.