Exemplo n.º 1
0
 public void OnRequestGracefulClose()
 {
     // There's not much we ought to do here.  Hide this form and tell the parent to close.
     // Note that as this stands now, if the user made any changes to the settings, those
     // settings will *NOT* be saved.
     Hide();
     parent.OnRequestGracefulClose();
 }