Example #1
0
        public void Dispose()
        {
            if (controller != null)
                controller.Dispose();

            controller = null;
        }
Example #2
0
        public void Dispose()
        {
            if (controller != null)
            {
                controller.Dispose();
            }

            controller = null;
        }
Example #3
0
 public FrameAnimator(IPiLITErController controller)
 {
     frames = new List<IFrame>();
     this.controller = controller;
 }
Example #4
0
 public FrameAnimator(IPiLITErController controller)
 {
     frames          = new List <IFrame>();
     this.controller = controller;
 }