Untitled


SUBMITTED BY: moudixblack

DATE: Aug. 5, 2017, 12:51 a.m.

FORMAT: Text only

SIZE: 210 Bytes

HITS: 641

  1. if (Kernel.GoldenTree == null)
  2. {
  3. Kernel.GoldenTree = Database.GoldenTreeTable.Conditions.Values.OrderByDescending(i => DateTime.Now <= i.StartTime).FirstOrDefault();
  4. }

comments powered by Disqus