초기 커밋.
This commit is contained in:
21
ControlServer/TerminalInfo.cs
Normal file
21
ControlServer/TerminalInfo.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace ControlServer
|
||||
{
|
||||
public class TerminalInfo
|
||||
{
|
||||
public string TerminalName { get; set; } = "";
|
||||
|
||||
public string IP { get; set; } = "";
|
||||
|
||||
public string Port { get; set; } = "";
|
||||
|
||||
public string Mac { get; set; } = "";
|
||||
|
||||
public string Path { get; set; } = "";
|
||||
|
||||
public string ProcessName { get; set; } = "";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user