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:
parent
2d81453b60
commit
89b138e37b
165 changed files with 1117 additions and 0 deletions
9
butterflow-ui/App.xaml
Normal file
9
butterflow-ui/App.xaml
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue