示例#1
0
 /// <summary>
 /// Sets the specified form as the player's display overlay. Same as Player.Overlay.Window = form.
 /// </summary>
 /// <param name="form">The form to be set as the player's display overlay.</param>
 public void Set(Form form)
 {
     _base.AV_SetOverlay(form);
 }