예제 #1
0
 void OnFloatingPreviewLeftChanged(object sender, EventArgs e)
 {
     if (DockControl != null)
     {
         Left = DockManager.GetFloatingPreviewLeft(DockControl);
     }
 }