aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.RML/Models
diff options
context:
space:
mode:
authorVictoria Plitt <Victoria.Plitt@twine-s.com>2022-10-03 17:08:11 +0300
committerVictoria Plitt <Victoria.Plitt@twine-s.com>2022-10-03 17:08:11 +0300
commit6d54b8da0fefd5dbb2f40f3ccc268497dd0bbe09 (patch)
tree963a6ee7ea16da4bc934faf40953e990eabc2222 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.RML/Models
parent70c1f3243b51be8ba70f806453ea2ee0881d3084 (diff)
parent6577b5da46b2f6aaa5724f43334fa7eedd99b05d (diff)
downloadTango-6d54b8da0fefd5dbb2f40f3ccc268497dd0bbe09.tar.gz
Tango-6d54b8da0fefd5dbb2f40f3ccc268497dd0bbe09.zip
Merge branch 'software' of https://twinetfs.visualstudio.com/Tango/_git/Tango into software
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.RML/Models')
-rw-r--r--Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.RML/Models/DataFileModel.cs (renamed from Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.RML/Models/CctModel.cs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.RML/Models/CctModel.cs b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.RML/Models/DataFileModel.cs
index 9079b8fc6..8f8eb58d9 100644
--- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.RML/Models/CctModel.cs
+++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.RML/Models/DataFileModel.cs
@@ -6,7 +6,7 @@ using System.Threading.Tasks;
namespace Tango.MachineStudio.RML.Models
{
- public class CctModel
+ public class DataFileModel
{
public String Guid { get; set; }
public String FileName { get; set; }