Click or drag to resize
AkDialogShowInfo Method (Page, ListString)
显示一组一般信息。

Namespace: Appkit.Common
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static void ShowInfo(
	Page page,
	List<string> msgs
)

Parameters

page
Type: System.Web.UIPage
页面。
msgs
Type: System.Collections.GenericListString
信息。
See Also