Exemplo n.º 1
0
            public Action Handle()
            {
                LoopAction self = this;

                return(() =>
                {
                    self.action();
                    ScheduleManager.Schedule(self.time, self.Handle());
                });
            }