コード例 #1
0
 public override void OnFocusChanged()
 {
     if (ActiveView != null)
     {
         ActiveView.OnFocusChanged();
     }
 }