Exemple #1
0
 // 界面打开前的检测
 private static bool BeforeOpen(ViewBase view)
 {
     // 做一些界面打开前的检查操作
     return(view.CanOpen());
 }