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

17
butterflow-ui/App.xaml.cs Normal file
View file

@ -0,0 +1,17 @@
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace butterflow_ui
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}