标签:code window os cep osi except try catch exception
group.Closing += (sender, e) =>
{
try
{
Code here
}
}
catch (Exception ex)
{
Exception
here
}
};
Window的匿名Closing 事件,码迷,mamicode.com
标签:code window os cep osi except try catch exception
原文地址:http://www.cnblogs.com/mantian/p/3701692.html