Beispiel #1
0
 protected virtual void OnFinish(FinishEventArgs e)
 {
     if (FinishMsg != null)
     {
         FinishMsg(this, e);
     }
 }
Beispiel #2
0
        public void SimulateFinish()
        {
            FinishEventArgs e = new FinishEventArgs();

            OnFinish(e);
        }