Ejemplo n.º 1
0
        public void AddActionTo(IB b)
        {
            Action act = () => { };

            b.AddAction(act);
        }