mirror of
http://git.xinwangdao.com/cnnc-embedded-parts-detect/detect.git
synced 2025-06-25 05:54:14 +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>
|
|
{
|
|
} |