Ejemplo n.º 1
0
        public virtual void TargetMethod()
        {
            MyArg arg = new MyArg();

            arg.Status = true;

            E1(null, arg);
        }
Ejemplo n.º 2
0
        public virtual void TargetMethod()
        {
            MyArg arg = new MyArg();
            arg.Status = true;

            E1(null, arg);
        }