Create LibationUiBase for shared UI code
This commit is contained in:
parent
bb40df5fa3
commit
00c8be1f7e
15 changed files with 40 additions and 25 deletions
|
|
@ -1,11 +1,10 @@
|
|||
using Avalonia;
|
||||
using System;
|
||||
using Avalonia.Controls;
|
||||
using Avalonia.Markup.Xaml;
|
||||
using LibationAvalonia.ViewModels;
|
||||
using ApplicationServices;
|
||||
using DataLayer;
|
||||
using AppScaffolding;
|
||||
using LibationUiBase;
|
||||
|
||||
namespace LibationAvalonia.Views
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue