Example #1
0
		private void OnError( CallbackServerErrorEventArgs e )
		{
			var handler = this.Error;
			if ( handler != null )
			{
				handler( this, e );
			}
		}
        private void OnError(CallbackServerErrorEventArgs e)
        {
            var handler = this.Error;

            if (handler != null)
            {
                handler(this, e);
            }
        }