mirror of
http://git.xinwangdao.com/cnnc-embedded-parts-detect/detect.git
synced 2025-06-24 21:44:12 +08:00
8 lines
100 B
C#
8 lines
100 B
C#
using ReactiveUI;
|
|
|
|
namespace detect.gui.Models;
|
|
|
|
public class HomeModel : ReactiveObject
|
|
{
|
|
|
|
} |