IDisposable obj = otherObj;
using(obj){
obj = anotherObj;
}