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