mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(KiriKiri.ICrypt): override ToString method.
This commit is contained in:
@@ -12,5 +12,5 @@
|
||||
DisplayMemberPath="Key" SelectedValuePath="Key"
|
||||
SelectedValue="{Binding Source={x:Static p:Settings.Default}, Path=XP3Scheme, Mode=TwoWay}"/>
|
||||
<TextBlock Name="AlgorithmName" DataContext="{Binding ElementName=Scheme, Path=SelectedItem}" Margin="0,5,0,0"
|
||||
Text="{Binding Path=Value, Mode=OneWay, Converter={StaticResource ClassNameConverter}}"/>
|
||||
Text="{Binding Path=Value, Mode=OneWay}"/>
|
||||
</StackPanel>
|
||||
|
||||
Reference in New Issue
Block a user