Пример #1
0
 /// <summary>
 /// Remove the child handle from our children.
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 private void applicationwrapper1_HandleDestroyed(object sender, EventArgs e)
 {
     m_SuperPutty.RemoveChild(GetChildHandle());
 }