Пример #1
0
 protected override void ScrollSystemUpdateHandler(BackgroundScroller group)
 {
     var handler = new ScrollSystemUpdateHandler();
     handler.System = this;
     handler.Group = group;
     handler.Execute();
 }
Пример #2
0
        protected virtual void ScrollSystemUpdateHandler(BackgroundScroller group)
        {
            var handler = new ScrollSystemUpdateHandler();

            handler.System = this;
            handler.Group  = group;
            handler.Execute();
        }