Files
mpv.net/mpvSettingsEditor/App.xaml
Frank Skare 77ba7f105c -
2019-03-25 23:25:51 +01:00

12 lines
549 B
XML

<Application x:Class="DynamicGUI.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:DynamicGUI"
StartupUri="MainWindow.xaml">
<Application.Resources>
<!--<Style x:Key="UrlTextBoxStyle" TargetType="TextBox">
<Setter Property="Cursor" Value="Hand"/>
<Setter Property="Foreground" Value="Blue"/>
</Style>-->
</Application.Resources>
</Application>