public LoopThread(OntimeRunLoop loop) : base() { _Loop = loop; }
public LoopThread() : base() { _Loop = new OntimeRunLoop(); }