예제 #1
0
        public override bool SendEvent(Event.EventArgs args)
        {
            if (!args.Done)
            {
                args.Done = MainInterface.HandleEvent(args);
            }

            return(args.Done);
        }
예제 #2
0
 public abstract bool SendEvent(Event.EventArgs args);