| AkDialogShowInfo Method (Page, ListString) |
显示一组一般信息。
Namespace: Appkit.CommonAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static void ShowInfo(
Page page,
List<string> msgs
)
Parameters
- page
- Type: System.Web.UIPage
页面。 - msgs
- Type: System.Collections.GenericListString
信息。
See Also