Hi All,
Does somebody know how can I include an external file into my C# source
file?
I need to insert the same strings (about 5-10) into about 75 different
files, probably I will need to modify all these strings later, and I see it
as a good idea to use an INSERT approach, but C# is not C++ and doesn't
allow me just to insert some external file as I used to do. What's a command
for that?
Thanks,
Dmitri.
Does somebody know how can I include an external file into my C# source
file?
I need to insert the same strings (about 5-10) into about 75 different
files, probably I will need to modify all these strings later, and I see it
as a good idea to use an INSERT approach, but C# is not C++ and doesn't
allow me just to insert some external file as I used to do. What's a command
for that?
Thanks,
Dmitri.
Comment