private void InnerStart() { this.OnStart(); if (this.Start != null) { this.Start(this, new EventArgs()); } }