1
0
Fork 0
mirror of https://github.com/wagesj45/butterflow-ui.git synced 2025-09-09 03:00:39 -05:00

Initial commit.

Basic UI structure. Nothing functional.
This commit is contained in:
Jordan Wages 2018-06-22 22:10:37 -04:00
commit 89b138e37b
165 changed files with 1117 additions and 0 deletions

9
butterflow-ui/App.xaml Normal file
View file

@ -0,0 +1,9 @@
<Application x:Class="butterflow_ui.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:butterflow_ui"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>