Y
Ympostor
Can I do this or it will give problems?:
lock(this.myObject){
this.myObject.Dispose();
this.myObject = null;
}
Regards,
Andrés
--
lock(this.myObject){
this.myObject.Dispose();
this.myObject = null;
}
Regards,
Andrés
--