aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Scripting/Tango.Scripting.IDE/IDEViewModel.cs
Path not found
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Tango.MachineStudio.ThreadExtensions.Models
{
    public class UserModel
    {
        public String Guid { get; set; }
       
        public string Name { get; set; }
    }
}