21 lines
360 B
C#
21 lines
360 B
C#
|
|
using DeerProject.Common;
|
|||
|
|
using SqlSugar;
|
|||
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.IO;
|
|||
|
|
using System.Linq;
|
|||
|
|
using System.Reflection;
|
|||
|
|
using System.Text;
|
|||
|
|
using System.Threading.Tasks;
|
|||
|
|
|
|||
|
|
namespace DeerProject.ViewModels
|
|||
|
|
{
|
|||
|
|
public class MainViewModel : NotifyBase
|
|||
|
|
{
|
|||
|
|
public MainViewModel()
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|