using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Tango.MachineStudio.Common.Authentication; using Tango.MachineStudio.Common.Web; namespace Tango.MachineStudio.UI.Messages { public class ChangeVersionMessage { public LoginResponse LoginResponse { get; set; } } }