Window的匿名Closing 事件

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

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

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