Skip to content

Instantly share code, notes, and snippets.

@njonsson
Created September 6, 2011 16:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save njonsson/1198077 to your computer and use it in GitHub Desktop.
Save njonsson/1198077 to your computer and use it in GitHub Desktop.
var sim = new OpenNETCF.Phone.Sim.Sim();
try
{
// Use the 'sim' variable ...
}
finally
{
sim.Close();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment