Renamed OpenDatabase to CompositeKey UserControl

This commit is contained in:
2017-11-07 18:50:36 +01:00
committed by BONNEVILLE Geoffroy
parent 10a4941b26
commit 00278b8710
7 changed files with 15 additions and 15 deletions

View File

@@ -9,6 +9,6 @@
<StackPanel Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
<TextBlock Text="Change database security options" />
<local:OpenDatabaseUserControl UpdateKey="True" />
<local:CompositeKeyUserControl UpdateKey="True" />
</StackPanel>
</Page>