1
votes
votes
2 answers
C# overloads
Hi all, I'm trying to make some overloads of some of my methods in my "toolbox" library. I have a method called ProcCheck that I want to be able to use with these overloads: [code] public static bool ProcCheck(string proces ...
