aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Sites/ViewModelLocator.cs
blob: c06ae05e712cbf28f45d609af71163bdcab77e4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
generated by cgit v1.3.1 (git 2.54.0) at 2026-07-20 03:09:22 +0000
 


span> SetupRemoteAssistance { get; set; }
        public bool SetupUWF { get; set; }
        public bool SetupFirmware { get; set; }
        public bool SetupFPGA { get; set; }
        public bool IsDemo { get; set; }
    }
}