mirror of
http://git.xinwangdao.com/cnnc-embedded-parts-detect/detect.git
synced 2025-06-24 13:34:13 +08:00
7 lines
126 B
C#
7 lines
126 B
C#
![]() |
using detect.gui.Models;
|
|||
|
|
|||
|
namespace detect.gui.ViewModels;
|
|||
|
|
|||
|
public class LogViewModel : RoutableViewModelBase<LogModel>
|
|||
|
{
|
|||
|
}
|