示例#1
0
 public void Refit()
 {
     if (window != null)
     {
         window.PlaceAbove(handle);
         window.FitTo(handle, true);
     }
 }