12 lines
549 B
XML
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> |