first commit
This commit is contained in:
20
DHSoftware/Models/FileName.cs
Normal file
20
DHSoftware/Models/FileName.cs
Normal file
@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
|
||||
namespace DHSoftware.Models
|
||||
{
|
||||
public class Camera
|
||||
{
|
||||
public string DeviceName { get; set; }
|
||||
public string Alias { get; set; }
|
||||
public string ImagePath { get; set; }
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user