16 lines
328 B
C#
16 lines
328 B
C#
using MainShell.DeviceMaintance.Model;
|
|
using MainShell.Models;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace MainShell.DeviceMaintance.ViewModel
|
|
{
|
|
public class CameraAccuracyCalibrationViewModel: DeviceMaintanceBaseViewModel
|
|
{
|
|
|
|
}
|
|
}
|