Reorder tabs
This commit is contained in:
parent
7d6000e3b6
commit
0701cb3970
11 changed files with 43 additions and 78 deletions
|
|
@ -1,18 +1,11 @@
|
|||
using System;
|
||||
using ApplicationServices;
|
||||
using DataLayer;
|
||||
using System.Collections.Generic;
|
||||
using HangoverBase;
|
||||
using ReactiveUI;
|
||||
|
||||
namespace HangoverAvalonia.ViewModels
|
||||
{
|
||||
public partial class MainVM : ViewModelBase
|
||||
{
|
||||
public MainVM()
|
||||
{
|
||||
{
|
||||
public MainVM()
|
||||
{
|
||||
Load_databaseVM();
|
||||
Load_deletedVM();
|
||||
}
|
||||
Load_deletedVM();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue