Exemplo n.º 1
0
 protected override void WhenHandleDestroyed(object sender, EventArgs e)
 {
     Closing.IfNotNull().Then(() => Closing());
     base.WhenHandleDestroyed(sender, e);
 }