Created
September 6, 2011 16:41
-
-
Save njonsson/1198106 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using (var disposer = new Disposer<OpenNETCF.Phone.Sim.Sim>(new OpenNETCF.Phone.Sim.Sim(), "Close")) | |
{ | |
// Use the 'disposer.Object' property ... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment