IFrontedWindowService.ShowWindow method (1 of 2)
小于 1 分钟
IFrontedWindowService.ShowWindow method (1 of 2)
显示窗口
public void ShowWindow(FrontedWindowType windowType)| parameter | description |
|---|---|
| windowType | 窗口类型 |
See Also
- enum FrontedWindowType
- interface IFrontedWindowService
- namespace neo_bpsys_wpf.Core.Abstractions.Services
IFrontedWindowService.ShowWindow method (2 of 2)
显示窗口s
public void ShowWindow(string windowId)| parameter | description |
|---|---|
| windowId | 窗口 GUID |
See Also
- interface IFrontedWindowService
- namespace neo_bpsys_wpf.Core.Abstractions.Services
