14 lines
262 B
C#
14 lines
262 B
C#
namespace EDAViewer.Models
|
|
{
|
|
|
|
public class WithEnvironment
|
|
{
|
|
|
|
public string message { get; set; }
|
|
public string user_name { get; set; }
|
|
public string machine_name { get; set; }
|
|
public long now_ticks { get; set; }
|
|
|
|
}
|
|
|
|
} |