Debugging DLL, add these after decompile

class program
{
   public static  void Main()
   { 
    // TODO:: add method call here
    Console.WriteLine("I am from program.cs");
   }
}

Popular Posts