示例#1
0
 /// <summary>
 /// Adding the child handle into our children. We use this information to decide
 /// when to trigger hotkeys.
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 private void applicationwrapper1_VisibleChanged(object sender, EventArgs e)
 {
     m_SuperPutty.AddChild(this, GetChildHandle());
 }