Skip to content
Snippets Groups Projects
Select Git revision
  • d029cacc9d2f1d1356664bc3778886baddf0c490
  • master default protected
  • develop
3 results

importable.py

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>