Both delegate types take up to 16 parameters, but you probably want to think about your design if you need this many! Inside the main method, we created a lambda function and passed it to the show method.
I would recommend using the built in generic delegate types Action and Func.