Example #1
0
        public DemoEvent GetEvent()
        {
            var evt = this.evt;

            this.evt = null;
            return(evt);
        }
Example #2
0
 public void AddEvent(DemoEvent evt)
 {
     this.evt = evt;
 }