aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/TFS
ModeNameSize
-rw-r--r--SystemInformationModel.cs672logst
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Tango.FileSystem.Network
{
    public class FolderUploadResponse
    {
        public String OperationId { get; set; }
    }
}