Example #1
0
 internal void EndCatch()
 {
     Delegate_EndCatch d = new Delegate_EndCatch(_endCatch);
     this.BeginInvoke(d);
 }
Example #2
0
        internal void EndCatch()
        {
            Delegate_EndCatch d = new Delegate_EndCatch(_endCatch);

            this.BeginInvoke(d);
        }