Window的匿名Closing 事件

group.Closing += (sender, e) =>
{
try
{
   Code here

}
}
catch (Exception ex)
{
 Exception here
}
};

posted @ 2014-04-30 16:52  太古月石  阅读(166)  评论(0编辑  收藏  举报