votes
Include File
I have a C# class which uses some constants that frequently change. These constants are offsets of memory in an external device. When the device firmware is compiled these offsets may change. There are hundreds of constants. Currently, the ...
