示例#1
0
 /// <summary>
 /// This is called if the host window is selected.
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 protected void EhParentWindowSelected(object sender, EventArgs e)
 {
     if (_view != null)
     {
         _view.OnViewSelection();
     }
 }