A 
		
								
				
				
			
		arkam
Hi,
I found a sample on internet :
formMain.BeginInvoke(new MyClickHandler(this.OnMyClick));
I would like to do the same but in a class library where there is no forms !
Where can I find a BeginInvoke equivalent for a class library ?
Thanks
Arkam
				
			I found a sample on internet :
formMain.BeginInvoke(new MyClickHandler(this.OnMyClick));
I would like to do the same but in a class library where there is no forms !
Where can I find a BeginInvoke equivalent for a class library ?
Thanks
Arkam
