seperating a repeated block of code and reference it
Hi,
I have a block of the same code in different classes, how do I reference this code if I make them a seperate class or method. In php I will use include() to include this file where ever i need it. Is there anything similar to php Include() in C#.
Thx.
Titi