using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Calsi_delegate
{
public delegate void method(int a, int b);
class Program
{
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Calsi_delegate
{
public delegate void method(int a, int b);
class Program
{