Implement ElementPickerViewModel; initial SettingsViewModelTest.

This commit is contained in:
Daniel Kraus
2015-08-02 21:51:58 +02:00
parent 9fd0907310
commit 1e4c3681f2
6 changed files with 230 additions and 12 deletions

View File

@ -219,6 +219,8 @@
</Compile>
<Compile Include="Updater\Updater.cs" />
<Compile Include="ViewModels\AboutViewModel.cs" />
<Compile Include="ViewModels\CategoryViewModel.cs" />
<Compile Include="ViewModels\ElementPickerViewModel.cs" />
<Compile Include="ViewModels\ElementViewModel.cs" />
<Compile Include="ViewModels\FormatElementViewModel.cs" />
<Compile Include="ViewModels\ControlElementViewModel.cs" />