コード例 #1
0
ファイル: DockPaneManager.cs プロジェクト: grautvornix/Bite
 internal void OnDockItemStateChanging(DockItemStateEventArgs e)
 {
     _isDockItemStateChanging = true;
     _dockControl.SaveFocus();
     _dockControl.OnDockItemStateChanging(e);
 }