Skip to content
Snippets Groups Projects
Select Git revision
  • 20525c4e5bb12c43f962809040b2847c488f2d72
  • master default protected
2 results

App.xaml

Blame
  • App.xaml 378 B
    <Application x:Class="FlowForge.App"
                 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
                 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
                 StartupUri="MainWindow.xaml">
        <Application.Resources>
            <!-- Application-level resources, like styles or themes, go here -->
        </Application.Resources>
    </Application>