mirror of
http://git.xinwangdao.com/cnnc-embedded-parts-detect/detect.git
synced 2025-06-25 05:54:14 +08:00
8 lines
99 B
C#
8 lines
99 B
C#
![]() |
using ReactiveUI;
|
|||
|
|
|||
|
namespace detect.gui.Models;
|
|||
|
|
|||
|
public class LogModel : ReactiveObject
|
|||
|
{
|
|||
|
|
|||
|
}
|