aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Update/UploadCompletedRequest.cs
blob: ce609679202998db0fc91b26e38079db0a90b4d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
using System.Text;
using System.Threading.Tasks;

namespace Tango.MachineStudio.Common.Update
{
    [DataContract]
    public class UploadCompletedRequest
    {
        [DataMember]
        public String Token { get; set; }
    }
}
s="w"> { get; set; } /// <summary> /// Speaks the specified text associated with an information sound. /// </summary> /// <param name="text">The text.</param> void SpeakInfo(String text); /// <summary> /// Speaks the specified text associated with an error sound. /// </summary> /// <param name="text">The text.</param> void SpeakError(String text); } }