Blame view
sources/RoboforkApp/DataModel/ListNodeInfo.cs
317 Bytes
fd7150b8b
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace RoboforkApp.DataModel { class ListNodeInfo { public string Mode1 { get; set; } public string Mode2 { get; set; } public string Mode3 { get; set; } } } |