Exemplo n.º 1
0
 protected override void ScrollSystemUpdateHandler(BackgroundScroller group)
 {
     var handler = new ScrollSystemUpdateHandler();
     handler.System = this;
     handler.Group = group;
     handler.Execute();
 }
Exemplo n.º 2
0
        protected virtual void ScrollSystemUpdateHandler(BackgroundScroller group)
        {
            var handler = new ScrollSystemUpdateHandler();

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