mirror of
http://git.xinwangdao.com/cnnc-embedded-parts-detect/detect.git
synced 2025-06-24 13:34:13 +08:00
11 lines
218 B
C#
11 lines
218 B
C#
![]() |
using detect.gui.Models;
|
|||
|
using System;
|
|||
|
using System.Threading.Tasks;
|
|||
|
using Avalonia.Collections;
|
|||
|
using ReactiveUI;
|
|||
|
|
|||
|
namespace detect.gui.ViewModels;
|
|||
|
|
|||
|
public class HomeViewModel : RoutableViewModelBase<HomeModel>
|
|||
|
{
|
|||
|
}
|