A
Austin Jan
Hi all,
In this code snip
try
{
using(OpenFileDialog dlg = new OpenFileDialog())
{
//do something
}
}
catch
{
//do someting
}
if CLR throw FileOntFoundException in try block, Will dlg call
dlg.Dispose() finally?
thanks.
In this code snip
try
{
using(OpenFileDialog dlg = new OpenFileDialog())
{
//do something
}
}
catch
{
//do someting
}
if CLR throw FileOntFoundException in try block, Will dlg call
dlg.Dispose() finally?
thanks.