mirror of
https://github.com/wagesj45/mdfinder.git
synced 2025-09-09 03:20:38 -05:00
Beginning Work
This is early stage development. Still getting the main components together and figureing out how the flow should work.
This commit is contained in:
parent
7e92f9ebef
commit
f5b2f9e0f6
19 changed files with 1317 additions and 29 deletions
|
|
@ -4,6 +4,10 @@
|
|||
xmlns:local="clr-namespace:mdfinder"
|
||||
StartupUri="MainWindow.xaml">
|
||||
<Application.Resources>
|
||||
|
||||
<ResourceDictionary>
|
||||
<ResourceDictionary.MergedDictionaries>
|
||||
<ResourceDictionary Source="Icons.xaml" />
|
||||
</ResourceDictionary.MergedDictionaries>
|
||||
</ResourceDictionary>
|
||||
</Application.Resources>
|
||||
</Application>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue