aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.CodeGeneration/Templates/ObservablesStaticCollectionsFile.cshtml
blob: 8fc0dffceeb63520b613dd17327d3860f1fe5203 (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
25
26
27
28
29
30
31
generated by cgit v1.3.1 (git 2.54.0) at 2026-07-31 22:27:32 +0000
 


an class="w">        public String CdnAddress { get; set; }

        public DataSource DataSource { get; set; }

        public String OSKey { get; set; }

        public bool SetupActivation { get; set; }
        public bool SetupRemoteAssistance { get; set; }
        public bool SetupUWF { get; set; }
        public bool SetupFirmware { get; set; }
        public bool SetupFPGA { get; set; }
        public bool IsDemo { get; set; }
        public String DeviceComPort { get; set; }
    }
}