Exemplo n.º 1
0
 // 界面关闭前的检测
 private static bool BeforeClose(ViewBase view)
 {
     return(view.CanClose());
 }