public DemoEvent GetEvent() { var evt = this.evt; this.evt = null; return(evt); }
public void AddEvent(DemoEvent evt) { this.evt = evt; }