HomeStream/App.xaml

10 lines
419 B
Text
Raw Normal View History

2026-05-10 23:25:29 +02:00
<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>