aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Threading/IDispatcherProvider.cs
blob: 1c960ed3a03ba9aadd353274aa8d554fc31841bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
generated by cgit v1.3.1 (git 2.54.0) at 2026-07-18 23:05:22 +0000
 


span class="n">List<UpdatedEntity> Catalogs { get; set; }
        public DateTime MachineLastUpdated { get; set; }
        public List<String> UsedRmlsGuids { get; set; }

        public CheckForUpdateRequest()
        {
            Rmls = new List<UpdatedEntity>();
            HardwareVersions = new List<UpdatedEntity>();
            Catalogs = new List<UpdatedEntity>();
            UsedRmlsGuids = new List<string>();
        }
    }
}