void DoStop() { if (this.stop != null) { #if NO if (this.BoforeStop != null) { this.BoforeStop(this, new EventArgs()); } #endif stop.DoStop(this); this.stop = null; } }