Mega Code Archive

 
Categories / C# / Development Class
 

Build with the following command-line switches

public class DllTestServer {     public static void Foo()     {         System.Console.WriteLine("DllTestServer.Foo (DllTestServer.DLL)");     } }