Initial commit - HomeStream 0.1.0
This commit is contained in:
commit
c0bb485a58
28 changed files with 2836 additions and 0 deletions
9
App.xaml
Normal file
9
App.xaml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<Application x:Class="FritzTV.App"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:sys="clr-namespace:System;assembly=mscorlib"
|
||||
StartupUri="MainWindow.xaml">
|
||||
<Application.Resources>
|
||||
<BooleanToVisibilityConverter x:Key="BoolToVis"/>
|
||||
</Application.Resources>
|
||||
</Application>
|
||||
Loading…
Add table
Add a link
Reference in a new issue