Make some classes ICloneable; implement SettingsRepositoryViewModel.

This commit is contained in:
Daniel Kraus
2015-08-01 21:23:56 +02:00
parent 5197c294b9
commit d0be7524d3
15 changed files with 478 additions and 67 deletions

View File

@ -222,6 +222,7 @@
<Compile Include="ViewModels\ElementViewModel.cs" />
<Compile Include="ViewModels\FormatElementViewModel.cs" />
<Compile Include="ViewModels\ControlElementViewModel.cs" />
<Compile Include="ViewModels\SettingsRepositoryViewModel.cs" />
<Compile Include="Views\AboutView.xaml.cs">
<DependentUpon>AboutView.xaml</DependentUpon>
</Compile>