Window的匿名Closing 事件
group.Closing += (sender, e) =>
{
try
{
Code here
}
}
catch (Exception ex)
{
Exception here
}
};