コード例 #1
0
 // <summary>
 // 确认窗口是否在最顶层
 // </summary>
 public bool CheckTopWnd()
 {
     return(WndManager.CheckTopWnd(this));
 }